Architectures | |
pmdelay_arc | Architecture |
Variable Post-Mortem layoff - orbit delay. 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 | |
Generics | |
LAYOFF | integer range 0 to 254 := 10 |
number of orbits to wait | |
Ports | |
CLK | in std_logic |
clock | |
RES | in std_logic |
reset | |
PM_IN | in std_logic |
post mortem in | |
ORBIT | in std_logic |
orbit | |
PM_OUT | out std_logic |
post mortem out |
This entity delays the Post Mortem trigger signal for a number of Orbits, specified at compile-time via a generic. While a Post Mortem is pending, all further input pulses are ignored.
Definition at line 37 of file pmdelay.vhd.
CLK in std_logic [Port] |
ieee library [Library] |
LAYOFF integer range 0 to 254 := 10 [Generic] |
ORBIT in std_logic [Port] |
PM_IN in std_logic [Port] |
PM_OUT out std_logic [Port] |
RES in std_logic [Port] |
std_logic_1164 package [Package] |
std_logic definitions, see file
Reimplemented in main_components.
Definition at line 27 of file pmdelay.vhd.
std_logic_arith package [Package] |
std_logic_unsigned package [Package] |
unsigned functions use ieee.std_logic_unsigned.all; operators for std_logic_vector type, see file
Definition at line 31 of file pmdelay.vhd.