Instant SoC Class Library  3.1
FC_IO_Static Class Reference

Static logic output. More...

Inheritance diagram for FC_IO_Static:
FC_Base

Public Member Functions

 FC_IO_Static (U32 width=1, U32 value=0x00000000)
 

Detailed Description

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.