From f5a010b1760f6dd6c5c9c3e5dcdfc7e674e4a0d7 Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Sun, 18 Oct 2015 09:51:20 +0000 Subject: [PATCH] Removed common_top.vhd and dp_top.vhd from the hdllib.cfg. Such top level components for trial synthesis need to have their own unb1_<name> or unb2_<name> or stratixiv_<name> directory with hdllib.cfg in designs/. --- libraries/base/common/hdllib.cfg | 2 -- libraries/base/dp/hdllib.cfg | 1 - 2 files changed, 3 deletions(-) diff --git a/libraries/base/common/hdllib.cfg b/libraries/base/common/hdllib.cfg index d0d60d0490..152a5d0b87 100644 --- a/libraries/base/common/hdllib.cfg +++ b/libraries/base/common/hdllib.cfg @@ -159,8 +159,6 @@ synth_files = src/vhdl/avs_common_mm_readlatency2.vhd src/vhdl/avs_common_reg_r_w.vhd - build/synth/quartus/common_top.vhd - tb/vhdl/tb_common_pkg.vhd tb/vhdl/tb_common_mem_pkg.vhd diff --git a/libraries/base/dp/hdllib.cfg b/libraries/base/dp/hdllib.cfg index f0105efb51..6e484ddf0c 100644 --- a/libraries/base/dp/hdllib.cfg +++ b/libraries/base/dp/hdllib.cfg @@ -119,7 +119,6 @@ synth_files = tb/vhdl/dp_stream_recorder.vhd tb/vhdl/dp_stream_rec_play.vhd - build/synth/quartus/dp_top.vhd tb/vhdl/tb_dp_pkg.vhd test_bench_files = -- GitLab