- added more TBs

git-svn-id: http://moon:8086/svn/vhdl/trunk@1474 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-23 07:25:08 +00:00
parent 1a984690a6
commit 82838a75ef
4 changed files with 92 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
[*]
[*] GTKWave Analyzer v3.3.104 (w)1999-2020 BSI
[*] Tue Mar 23 07:23:50 2021
[*]
[dumpfile] "/home/jens/work/vhdl/trunk/lib/filter/ghdl/build/tb_fir_stage/tb_fir_stage.vcd"
[dumpfile_mtime] "Tue Mar 23 07:23:12 2021"
[dumpfile_size] 102767
[savefile] "/home/jens/work/vhdl/trunk/lib/filter/ghdl/build/tb_fir_stage/tb_fir_stage.gtkw"
[timestart] 0
[size] 1000 600
[pos] -1 -1
*-29.334194 622000000 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1
[sst_width] 233
[signals_width] 126
[sst_expanded] 1
[sst_vpaned_height] 144
@28
tb_fir_stage.clk
tb_fir_stage.srst
@8421
tb_fir_stage.x_in[1:-22]
tb_fir_stage.x_out[2:-21]
tb_fir_stage.y_out[2:-21]
[pattern_trace] 1
[pattern_trace] 0
+21
View File
@@ -0,0 +1,21 @@
ROOT_PATH := ../../..
LIB_PATH := $(ROOT_PATH)/lib
SRCS += $(LIB_PATH)/PCK_FIO-2002.7/PCK_FIO_1993.vhd
SRCS += $(LIB_PATH)/PCK_FIO-2002.7/PCK_FIO_1993_BODY.vhd
SRCS += $(LIB_PATH)/misc/utils_pkg.vhd
SRCS += $(LIB_PATH)/fixed/ieee_proposed/fixed_util_pkg.vhd
SRCS += $(LIB_PATH)/filter/src/filter_pkg.vhd
SRCS += $(LIB_PATH)/filter/src/fir_pkg.vhd
SRCS += $(LIB_PATH)/filter/src/fir_stage.vhd
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
include $(ROOT_PATH)/Common/make/ghdl.mk
+25
View File
@@ -0,0 +1,25 @@
[*]
[*] GTKWave Analyzer v3.3.104 (w)1999-2020 BSI
[*] Tue Mar 23 07:24:22 2021
[*]
[dumpfile] "/home/jens/work/vhdl/trunk/lib/filter/ghdl/build/tb_fir_stage_sys/tb_fir_stage_sys.vcd"
[dumpfile_mtime] "Tue Mar 23 07:23:59 2021"
[dumpfile_size] 123861
[savefile] "/home/jens/work/vhdl/trunk/lib/filter/ghdl/build/tb_fir_stage_sys/tb_fir_stage_sys.gtkw"
[timestart] 0
[size] 1000 600
[pos] -1 -1
*-29.334194 1008000000 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1
[sst_width] 233
[signals_width] 126
[sst_expanded] 1
[sst_vpaned_height] 144
@28
tb_fir_stage_sys.clk
tb_fir_stage_sys.rst
@8421
tb_fir_stage_sys.x_in[1:-22]
tb_fir_stage_sys.x_out[2:-21]
tb_fir_stage_sys.y_out[2:-21]
[pattern_trace] 1
[pattern_trace] 0
+21
View File
@@ -0,0 +1,21 @@
ROOT_PATH := ../../..
LIB_PATH := $(ROOT_PATH)/lib
SRCS += $(LIB_PATH)/PCK_FIO-2002.7/PCK_FIO_1993.vhd
SRCS += $(LIB_PATH)/PCK_FIO-2002.7/PCK_FIO_1993_BODY.vhd
SRCS += $(LIB_PATH)/misc/utils_pkg.vhd
SRCS += $(LIB_PATH)/fixed/ieee_proposed/fixed_util_pkg.vhd
SRCS += $(LIB_PATH)/filter/src/filter_pkg.vhd
SRCS += $(LIB_PATH)/filter/src/fir_pkg.vhd
SRCS += $(LIB_PATH)/filter/src/fir_stage_sys.vhd
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
include $(ROOT_PATH)/Common/make/ghdl.mk