Architectures | |
arc_data_path_iobs | Architecture |
Datapath IOBs. 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 |
CAL_CLK | in std_logic |
RESET0 | in std_logic |
RESET90 | in std_logic |
dqs_idelay_inc | in std_logic_vector ( readenable-1 downto 0 ) |
dqs_idelay_ce | in std_logic_vector ( readenable-1 downto 0 ) |
dqs_idelay_rst | in std_logic_vector ( readenable-1 downto 0 ) |
dqs_rst | in std_logic |
dqs_en | in std_logic |
dqs_delayed | out std_logic_vector ( data_strobe_width-1 downto 0 ) |
data_idelay_inc | in std_logic_vector ( readenable-1 downto 0 ) |
data_idelay_ce | in std_logic_vector ( readenable-1 downto 0 ) |
data_idelay_rst | in std_logic_vector ( readenable-1 downto 0 ) |
wr_data_rise | in std_logic_vector ( data_width-1 downto 0 ) |
wr_data_fall | in std_logic_vector ( data_width-1 downto 0 ) |
mask_data_rise | in std_logic_vector ( data_mask_width-1 downto 0 ) |
mask_data_fall | in std_logic_vector ( data_mask_width-1 downto 0 ) |
wr_en | in std_logic |
DDR_DQ | inout std_logic_vector ( data_width-1 downto 0 ) |
DDR_DQS | inout std_logic_vector ( data_strobe_width-1 downto 0 ) |
DDR_DQS_L | inout std_logic_vector ( data_strobe_width-1 downto 0 ) |
DDR_DM | out std_logic_vector ( data_mask_width-1 downto 0 ) |
rd_data_rise | out std_logic_vector ( data_width-1 downto 0 ) |
rd_data_fall | out std_logic_vector ( data_width-1 downto 0 ) |
This module instantiates data, data strobe and the data mask iobs.
Definition at line 58 of file ddr2_mem_data_path_iobs_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_path_iobs_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_path_iobs_0.vhd.
unisim library [Library] |
vcomponents package [Package] |