From 45390b61ee57f17964a0896b3c72156302db6c6a Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Mon, 24 Nov 2014 14:50:20 +0000 Subject: [PATCH] Remove vlib work, to avoid warning because it already exists. --- .../technology/ip_arria10/flash/asmi_parallel/compile_ip.tcl | 2 -- .../technology/ip_arria10/flash/remote_update/compile_ip.tcl | 2 -- 2 files changed, 4 deletions(-) diff --git a/libraries/technology/ip_arria10/flash/asmi_parallel/compile_ip.tcl b/libraries/technology/ip_arria10/flash/asmi_parallel/compile_ip.tcl index 278d7877b6..857812ee28 100644 --- a/libraries/technology/ip_arria10/flash/asmi_parallel/compile_ip.tcl +++ b/libraries/technology/ip_arria10/flash/asmi_parallel/compile_ip.tcl @@ -28,8 +28,6 @@ set IP_DIR "$env(RADIOHDL)/libraries/technology/ip_arria10/flash/asmi_parallel/generated/sim" -vlib ./work/ - vmap ip_arria10_asmi_parallel_altera_asmi_parallel_140 ./work/ vlog "$IP_DIR/../altera_asmi_parallel_140/sim/ip_arria10_asmi_parallel_altera_asmi_parallel_140_o6bwnxy.v" -work ip_arria10_asmi_parallel_altera_asmi_parallel_140 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 6bec6e3959..3d05ac8803 100644 --- a/libraries/technology/ip_arria10/flash/remote_update/compile_ip.tcl +++ b/libraries/technology/ip_arria10/flash/remote_update/compile_ip.tcl @@ -28,8 +28,6 @@ set IP_DIR "$env(RADIOHDL)/libraries/technology/ip_arria10/flash/remote_update/generated/sim" -vlib ./work/ - vmap ip_arria10_remote_update_altera_remote_update_140 ./work/ vlog "$IP_DIR/../altera_remote_update_140/sim/ip_arria10_remote_update_altera_remote_update_140_5hyen6i.v" -work ip_arria10_remote_update_altera_remote_update_140 -- GitLab