Architectures | |
univibrator_arc | Architecture |
Univibrator. More... | |
Libraries | |
ieee | |
standard IEEE library | |
Packages | |
std_logic_1164 | |
std_logic definitions, see file | |
std_logic_arith | |
arithmetic operations on std_logic datatypes, see file | |
std_logic_unsigned | |
unsigned functions use ieee.std_logic_unsigned.all; operators for std_logic_vector type, see file | |
Ports | |
CLOCK | in std_logic |
Clock. | |
TRIGER | in std_logic |
Set. | |
SIGNAL_OUT | out std_logic := ' 0 ' |
Output. |
Definition at line 33 of file univibrator.vhd.
CLOCK in std_logic [Port] |
ieee library [Library] |
SIGNAL_OUT out std_logic := ' 0 ' [Port] |
std_logic_1164 package [Package] |
std_logic_arith package [Package] |
arithmetic operations on std_logic datatypes, see file
Definition at line 28 of file univibrator.vhd.
std_logic_unsigned package [Package] |
unsigned functions use ieee.std_logic_unsigned.all; operators for std_logic_vector type, see file
Definition at line 30 of file univibrator.vhd.
TRIGER in std_logic [Port] |