[Libre-soc-dev] Silly question

Jacob Lifshay programmerjake at gmail.com
Mon Sep 14 18:33:57 BST 2020


On Mon, Sep 14, 2020, 10:30 Cole Poirier <colepoirier at gmail.com> wrote:

> Hi all,
>
> How can I interpret an nmigen slice as an integer value i.e. like the
> vhdl 'to_integer()' function?
>

a nmigen Signal is the representation used for vhdl std_logic and integer
iirc, so to_integet most likely translates to a no-op.

Jacob


More information about the Libre-soc-dev mailing list