From 935510bca21067852eadecd0070c149e69172c0c Mon Sep 17 00:00:00 2001 From: Eric Kooistra <kooistra@astron.nl> Date: Wed, 19 Jan 2022 09:28:40 +0100 Subject: [PATCH] Added copy_hex_files.tcl for Unb2b and Unb2c 8GB DDR4 driver. --- libraries/io/ddr/hdllib.cfg | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libraries/io/ddr/hdllib.cfg b/libraries/io/ddr/hdllib.cfg index e095989542..5855c3eb57 100644 --- a/libraries/io/ddr/hdllib.cfg +++ b/libraries/io/ddr/hdllib.cfg @@ -23,9 +23,11 @@ regression_test_vhdl = [modelsim_project_file] modelsim_compile_ip_files = - $RADIOHDL_WORK/libraries/technology/ip_stratixiv/ddr3_uphy_4g_800_master/copy_hex_files.tcl - $RADIOHDL_WORK/libraries/technology/ip_arria10/ddr4_4g_1600/copy_hex_files.tcl - $RADIOHDL_WORK/libraries/technology/ip_arria10_e1sg/ddr4_4g_1600/copy_hex_files.tcl + $RADIOHDL_WORK/libraries/technology/ip_stratixiv/ddr3_uphy_4g_800_master/copy_hex_files.tcl # 4GB DDR3 model + $RADIOHDL_WORK/libraries/technology/ip_arria10/ddr4_4g_1600/copy_hex_files.tcl # 4GB DDR4 model + $RADIOHDL_WORK/libraries/technology/ip_arria10_e1sg/ddr4_4g_1600/copy_hex_files.tcl # Unb2b 4GB DDR4 driver + $RADIOHDL_WORK/libraries/technology/ip_arria10_e1sg/ddr4_8g_1600/copy_hex_files.tcl # Unb2b 8GB DDR4 driver + $RADIOHDL_WORK/libraries/technology/ip_arria10_e2sg/ddr4_8g_1600/copy_hex_files.tcl # Unb2c 8GB DDR4 driver [quartus_project_file] -- GitLab