Architectures | |
arc_data_write | Architecture |
Write data organizer. More... | |
Libraries | |
ieee | |
standard IEEE library | |
work | |
unisim | |
Library with Xilinx primitives. | |
Packages | |
std_logic_1164 | |
std_logic definitions, 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 | |
ddr2_mem_parameters_0 | Package <ddr2_mem_parameters_0> |
vcomponents | |
Header with Xilinx primitives. | |
Ports | |
CLK | in std_logic |
CLK90 | in std_logic |
RESET0 | in std_logic |
RESET90 | in std_logic |
CTRL_DUMMY_WR_SEL | in std_logic |
WDF_DATA | in std_logic_vector ( dq_width *2-1 downto 0 ) |
MASK_DATA | in std_logic_vector ( dm_width *2-1 downto 0 ) |
CTRL_WREN | in std_logic |
CTRL_DQS_RST | in std_logic |
CTRL_DQS_EN | in std_logic |
wr_data_fall | out std_logic_vector ( dq_width-1 downto 0 ) |
wr_data_rise | out std_logic_vector ( dq_width-1 downto 0 ) |
mask_data_fall | out std_logic_vector ( data_mask_width-1 downto 0 ) |
mask_data_rise | out std_logic_vector ( data_mask_width-1 downto 0 ) |
wr_en | out std_logic |
dqs_rst | out std_logic |
dqs_en | out std_logic |
This module splits the user data into the rise data and the fall data.
Definition at line 60 of file ddr2_mem_data_write_0.vhd.
ieee library [Library] |
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 48 of file ddr2_mem_data_write_0.vhd.
std_logic_1164 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 46 of file ddr2_mem_data_write_0.vhd.
unisim library [Library] |
vcomponents package [Package] |