Instant SoC Class Library
3.1
|
Static logic output. More...
Public Member Functions | |
FC_IO_Static (U32 width=1, U32 value=0x00000000) | |
Static logic output.
Adds to interface:
if width = 1 then
<name> : out std_logic
if width > 1 then
<name> : out std_logic_vector(width-1 downto 0)
where <name> is c++ object name.
Any number of instances are allowed.