Instant SoC Class Library
3.1
|
Logic output. More...
Public Member Functions | |
FC_IO_Out (U32 width=1, U32 inital=0x00000000) | |
FC_IO_Out & | operator= (const U32 v) |
void | SetOut (const U32 d) |
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.