From 55c051be30200add719f93279547b537765ae719 Mon Sep 17 00:00:00 2001 From: Leon Hiemstra <hiemstra@astron.nl> Date: Tue, 28 Oct 2014 14:54:50 +0000 Subject: [PATCH] added and linked to $UNB/Firmware/modules/ddr3 --- libraries/io/ddr3/hdllib.cfg | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 libraries/io/ddr3/hdllib.cfg diff --git a/libraries/io/ddr3/hdllib.cfg b/libraries/io/ddr3/hdllib.cfg new file mode 100644 index 0000000000..45b06c3088 --- /dev/null +++ b/libraries/io/ddr3/hdllib.cfg @@ -0,0 +1,28 @@ +hdl_lib_name = ddr3 +hdl_library_clause_name = ddr3_lib +hdl_lib_uses = common technology dp diag +hdl_lib_technology = + +build_dir_sim = $HDL_BUILD_DIR +build_dir_synth = $HDL_BUILD_DIR + +synth_files = + $UNB/Firmware/modules/ddr3/src/ip/megawizard/aphy_4g_800.vhd + $UNB/Firmware/modules/ddr3/src/ip/megawizard/aphy_4g_1066.vhd + + $UNB/Firmware/modules/ddr3/src/vhdl/ddr3_pkg.vhd + $UNB/Firmware/modules/ddr3/src/vhdl/ddr3_driver.vhd + $UNB/Firmware/modules/ddr3/src/vhdl/ddr3_flush_ctrl.vhd + $UNB/Firmware/modules/ddr3/src/vhdl/ddr3.vhd + $UNB/Firmware/modules/ddr3/src/vhdl/ddr3_reg.vhd + $UNB/Firmware/modules/ddr3/src/vhdl/ddr3_seq.vhd + $UNB/Firmware/modules/ddr3/src/vhdl/mms_ddr3.vhd + $UNB/Firmware/modules/ddr3/src/vhdl/mms_ddr3_capture.vhd + $UNB/Firmware/modules/ddr3/src/vhdl/seq_ddr3.vhd + + +test_bench_files = + +quartus_qip_files = + + -- GitLab