From e8a7a1f37081f2f2e6344e5bc1cbde49abb75228 Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Thu, 18 Dec 2014 14:01:11 +0000 Subject: [PATCH] Moved ddr3/ VHDL files to ddr/hdllib.cfg. Deleted ddr3/. --- libraries/technology/ddr/hdllib.cfg | 3 +++ libraries/technology/ddr3/hdllib.cfg | 18 ------------------ 2 files changed, 3 insertions(+), 18 deletions(-) delete mode 100644 libraries/technology/ddr3/hdllib.cfg diff --git a/libraries/technology/ddr/hdllib.cfg b/libraries/technology/ddr/hdllib.cfg index f5a9d3c474..7d51fce5d3 100644 --- a/libraries/technology/ddr/hdllib.cfg +++ b/libraries/technology/ddr/hdllib.cfg @@ -8,5 +8,8 @@ build_dir_synth = $HDL_BUILD_DIR synth_files = tech_ddr_pkg.vhd + tech_ddr_component_pkg.vhd + tech_ddr_stratixiv.vhd + tech_ddr.vhd test_bench_files = diff --git a/libraries/technology/ddr3/hdllib.cfg b/libraries/technology/ddr3/hdllib.cfg deleted file mode 100644 index f72a2e586c..0000000000 --- a/libraries/technology/ddr3/hdllib.cfg +++ /dev/null @@ -1,18 +0,0 @@ -hdl_lib_name = tech_ddr3 -hdl_library_clause_name = tech_ddr3_lib -hdl_lib_uses = technology tech_ddr ip_stratixiv_ddr3_uphy_4g_800_master ip_stratixiv_ddr3_uphy_4g_800_slave common -hdl_lib_technology = - -build_dir_sim = $HDL_BUILD_DIR -build_dir_synth = $HDL_BUILD_DIR - -synth_files = - tech_ddr3_component_pkg.vhd - tech_ddr3_stratixiv.vhd - tech_ddr3.vhd - -test_bench_files = - -modelsim_search_libraries = - altera_ver lpm_ver sgate_ver altera_mf_ver altera_lnsim_ver twentynm_ver twentynm_hssi_ver twentynm_hip_ver - altera lpm sgate altera_mf altera_lnsim twentynm twentynm_hssi twentynm_hip -- GitLab