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