From 9969631a4ff5b6c9d9a39af2223310087406cd41 Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Thu, 29 Jan 2015 06:54:37 +0000 Subject: [PATCH] Generated file is in sim/ not in sim/mentor this difference occurs when the GUI is use with not the same settings as the generate_ip.sh. --- .../technology/ip_arria10/flash/remote_update/compile_ip.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/technology/ip_arria10/flash/remote_update/compile_ip.tcl b/libraries/technology/ip_arria10/flash/remote_update/compile_ip.tcl index d2dc751055..f2250c1c0f 100644 --- a/libraries/technology/ip_arria10/flash/remote_update/compile_ip.tcl +++ b/libraries/technology/ip_arria10/flash/remote_update/compile_ip.tcl @@ -30,5 +30,5 @@ set IP_DIR "$env(RADIOHDL)/libraries/technology/ip_arria10/flash/remote_update vmap ip_arria10_remote_update_altera_remote_update_141 ./work/ -vlog -sv "$IP_DIR/../altera_remote_update_141/sim/mentor/altera_remote_update.sv" -work ip_arria10_remote_update_altera_remote_update_141 +vlog -sv "$IP_DIR/../altera_remote_update_141/sim/altera_remote_update.sv" -work ip_arria10_remote_update_altera_remote_update_141 vcom "$IP_DIR/ip_arria10_remote_update.vhd" -- GitLab