Architectures | |
buffer_3ST_arc | Architecture |
Tri-State Buffer. More... | |
Libraries | |
ieee | |
standard IEEE library | |
Packages | |
std_logic_1164 | |
std_logic definitions, see file | |
Ports | |
D_IN | in std_logic_vector ( 7 downto 0 ) |
Input. | |
D_OUT | out std_logic_vector ( 7 downto 0 ) |
Output. | |
ENABLE | in std_logic |
Enable. |
If ENABLE = '1', output matches input, else output is set to high impedance
Definition at line 31 of file buffer_3ST.vhd.
D_IN in std_logic_vector ( 7 downto 0 ) [Port] |
D_OUT out std_logic_vector ( 7 downto 0 ) [Port] |
ENABLE in std_logic [Port] |
ieee library [Library] |
std_logic_1164 package [Package] |