Instant SoC Class Library
3.1
|
Logic input. More...
Public Member Functions | |
FC_IO_In (U32 width=1) | |
U32 | GetIn () |
Read signal. The signal value is copied to the least significant bits. | |
operator U32 () | |
Read signal. The signal value is copied to the least significant bits. | |
Logic input.
Adds to interface:
if width = 1 then
<name> : in std_logic
if width > 1 then
<name> : in std_logic_vector(width-1 downto 0)
where <name> is c++ object name.
Any number of instances are allowed.
|
inline |
Constructor
width | Width of the input signal. Must be in range 1 to 32. |