Architectures | |
ddr_data_buffer_arc | Architecture |
interface between DAQ & DDR More... | |
Libraries | |
ieee | |
standard IEEE library | |
unisim | |
Library with Xilinx primitives. | |
work | |
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 | |
numeric_std | |
arithmetic functions use ieee.numeric_std.all; operators for signed use ieee.numeric_std.all; unsigned datatypes, see file | |
vcomponents | |
Header with Xilinx primitives. | |
main_components | Package <main_components> |
Ports | |
CLK_A | in std_logic |
read clock | |
CLK_B | in std_logic |
write clock | |
WEN | in std_logic |
write enable | |
RESET | in std_logic |
reset | |
REN | in std_logic |
read enable | |
EMPTY | out std_logic |
empty flag | |
DATA_IN | in std_logic_vector ( 191 downto 0 ) |
data in | |
DATA_OUT | out std_logic_vector ( 63 downto 0 ) |
data out |
Definition at line 41 of file ddr_data_buffer.vhd.
CLK_A in std_logic [Port] |
CLK_B in std_logic [Port] |
DATA_IN in std_logic_vector ( 191 downto 0 ) [Port] |
DATA_OUT out std_logic_vector ( 63 downto 0 ) [Port] |
EMPTY out std_logic [Port] |
ieee library [Library] |
standard IEEE library
Reimplemented in main_components.
Definition at line 24 of file ddr_data_buffer.vhd.
numeric_std package [Package] |
arithmetic functions use ieee.numeric_std.all; operators for signed use ieee.numeric_std.all; unsigned datatypes, see file
Definition at line 32 of file ddr_data_buffer.vhd.
REN in std_logic [Port] |
RESET in std_logic [Port] |
std_logic_1164 package [Package] |
std_logic definitions, see file
Reimplemented in main_components.
Definition at line 26 of file ddr_data_buffer.vhd.
std_logic_arith package [Package] |
arithmetic operations on std_logic datatypes, see file
Definition at line 28 of file ddr_data_buffer.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 ddr_data_buffer.vhd.
unisim library [Library] |
vcomponents package [Package] |
WEN in std_logic [Port] |