Skip to content
Snippets Groups Projects
Commit ea595fc2 authored by Kenneth Hiemstra's avatar Kenneth Hiemstra
Browse files

added the required ref_clk to the IN record for ddr4

parent b847e5e9
No related branches found
No related tags found
No related merge requests found
...@@ -99,9 +99,10 @@ PACKAGE tech_ddr_pkg IS ...@@ -99,9 +99,10 @@ PACKAGE tech_ddr_pkg IS
END RECORD; END RECORD;
TYPE t_tech_ddr4_phy_in IS RECORD -- DDR4 Description TYPE t_tech_ddr4_phy_in IS RECORD -- DDR4 Description
evt : STD_LOGIC; -- event signal --evt : STD_LOGIC; -- event signal
alert_n : STD_LOGIC; -- alert signal alert_n : STD_LOGIC; -- alert signal
oct_rzqin : STD_LOGIC; -- PHY has On Chip Termination OCT inputs oct_rzqin : STD_LOGIC; -- PHY has On Chip Termination OCT inputs
ref_clk : STD_LOGIC; -- reference clock input
END RECORD; END RECORD;
TYPE t_tech_ddr3_phy_io IS RECORD -- DDR3 Description TYPE t_tech_ddr3_phy_io IS RECORD -- DDR3 Description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment