From 1c41d5a2a1f570376450455ab6494008ca0dd06f Mon Sep 17 00:00:00 2001 From: Eric Kooistra <kooistra@astron.nl> Date: Wed, 19 Jan 2022 15:25:02 +0100 Subject: [PATCH] Corrected missing quote that causes the compile to fail. I do not understand why this was not noticed before. --- .../technology/ip_stratixiv/ddr3_mem_model/compile_ip.tcl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libraries/technology/ip_stratixiv/ddr3_mem_model/compile_ip.tcl b/libraries/technology/ip_stratixiv/ddr3_mem_model/compile_ip.tcl index aa484a4ee7..a2129d9a99 100644 --- a/libraries/technology/ip_stratixiv/ddr3_mem_model/compile_ip.tcl +++ b/libraries/technology/ip_stratixiv/ddr3_mem_model/compile_ip.tcl @@ -22,9 +22,8 @@ # This file is based on Megawizard-generated file msim_setup.tcl. -# Get the memory model fro the uphy_4g_* from the ip_stratixiv_ddr3_uphy_4g_800_master example design -#set IP_DIR "$env(RADIOHDL)/libraries/technology/ip_stratixiv/ddr3_uphy_4g_800_master/generated/ip_stratixiv_ddr3_uphy_4g_800_master_example_design" -set IP_DIR "$env(RADIOHDL_BUILD_DIR)/unb1/qmegawiz/ip_stratixiv_ddr3_uphy_4g_800_master_example_design +# Get the memory model for the uphy_4g_* from the ip_stratixiv_ddr3_uphy_4g_800_master example design +set IP_DIR "$env(RADIOHDL_BUILD_DIR)/unb1/qmegawiz/ip_stratixiv_ddr3_uphy_4g_800_master_example_design" # Assume library work already exists -- GitLab