Force VCD

This commit is contained in:
2022-06-30 22:21:23 +02:00
parent 7a140c617c
commit 79b31d80c7
3 changed files with 6 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
.gitignore
build/
.gitignore
build/
@@ -22,6 +22,7 @@ SRCS += $(LIB_PATH)/radio/cordic/src/tb_cordic_top.vhd
TARGET := tb_cordic_iterative_top
ENTITY := tb_cordic_top
RUN_TIME := 300us
WAVE_FORMAT := vcd
GHDL_OPTS := -P$(LIB_PATH)/fixed/ieee_proposed/build/fixed_pkg/ieee_proposed
@@ -22,6 +22,7 @@ SRCS += $(LIB_PATH)/radio/cordic/src/tb_cordic_pipe_top.vhd
TARGET := tb_cordic_pipe_top
ENTITY := tb_cordic_pipe_top
RUN_TIME := 150us
WAVE_FORMAT := vcd
GHDL_OPTS := -P$(LIB_PATH)/fixed/ieee_proposed/build/fixed_pkg/ieee_proposed