From 79b31d80c7a2119ec15ceac138b429b95d4554b6 Mon Sep 17 00:00:00 2001 From: jens Date: Thu, 30 Jun 2022 22:21:23 +0200 Subject: [PATCH] Force VCD --- lib/radio/cordic/ghdl/.gitignore.templ | 4 ++++ lib/radio/cordic/ghdl/tb_cordic_iterative_top.make | 1 + lib/radio/cordic/ghdl/tb_cordic_pipe_top.make | 1 + 3 files changed, 6 insertions(+) create mode 100644 lib/radio/cordic/ghdl/.gitignore.templ diff --git a/lib/radio/cordic/ghdl/.gitignore.templ b/lib/radio/cordic/ghdl/.gitignore.templ new file mode 100644 index 0000000..907336a --- /dev/null +++ b/lib/radio/cordic/ghdl/.gitignore.templ @@ -0,0 +1,4 @@ +.gitignore +build/ +.gitignore +build/ diff --git a/lib/radio/cordic/ghdl/tb_cordic_iterative_top.make b/lib/radio/cordic/ghdl/tb_cordic_iterative_top.make index 6a51c30..76096a3 100644 --- a/lib/radio/cordic/ghdl/tb_cordic_iterative_top.make +++ b/lib/radio/cordic/ghdl/tb_cordic_iterative_top.make @@ -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 diff --git a/lib/radio/cordic/ghdl/tb_cordic_pipe_top.make b/lib/radio/cordic/ghdl/tb_cordic_pipe_top.make index f62b4bb..dda9465 100644 --- a/lib/radio/cordic/ghdl/tb_cordic_pipe_top.make +++ b/lib/radio/cordic/ghdl/tb_cordic_pipe_top.make @@ -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