- removed old wave select

git-svn-id: http://moon:8086/svn/vhdl/trunk@1559 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-28 17:38:25 +00:00
parent d0677069e1
commit 0f7a8fb950
32 changed files with 4 additions and 39 deletions
-1
View File
@@ -12,7 +12,6 @@ SRCS += $(LIB_PATH)/filter/src/tb_fir_iterative.vhd
# Compile
TARGET := tb_fir_iterative
ENTITY := tb_fir_iterative
WITH_VCD := y
GHDL_OPTS := -P$(LIB_PATH)/fixed/ieee_proposed/build/fixed_pkg/ieee_proposed
RUN_TIME := 6us
-1
View File
@@ -12,7 +12,6 @@ SRCS += $(LIB_PATH)/filter/src/tb_fir_parallel.vhd
# Compile
TARGET := tb_fir_parallel
ENTITY := tb_fir_parallel
WITH_VCD := y
GHDL_OPTS := -P$(LIB_PATH)/fixed/ieee_proposed/build/fixed_pkg/ieee_proposed
RUN_TIME := 200us
@@ -12,7 +12,6 @@ SRCS += $(LIB_PATH)/filter/src/tb_fir_semi_parallel.vhd
# Compile
TARGET := tb_fir_semi_parallel
ENTITY := tb_fir_semi_parallel
WITH_VCD := y
GHDL_OPTS := -P$(LIB_PATH)/fixed/ieee_proposed/build/fixed_pkg/ieee_proposed
RUN_TIME := 50us
-1
View File
@@ -12,7 +12,6 @@ SRCS += $(LIB_PATH)/filter/src/tb_fir_stage.vhd
# Compile
TARGET := tb_fir_stage
ENTITY := tb_fir_stage
WITH_VCD := y
GHDL_OPTS := -P$(LIB_PATH)/fixed/ieee_proposed/build/fixed_pkg/ieee_proposed
RUN_TIME := 2us
-1
View File
@@ -12,7 +12,6 @@ SRCS += $(LIB_PATH)/filter/src/tb_fir_stage_sys.vhd
# Compile
TARGET := tb_fir_stage_sys
ENTITY := tb_fir_stage_sys
WITH_VCD := y
GHDL_OPTS := -P$(LIB_PATH)/fixed/ieee_proposed/build/fixed_pkg/ieee_proposed
RUN_TIME := 2us