From 9148ac708726ff1b4484ab0f57bbc50e12335002 Mon Sep 17 00:00:00 2001 From: jens Date: Thu, 30 Jun 2022 22:12:43 +0200 Subject: [PATCH] Force VCD --- lib/JBUS/busmaster/ghdl/.gitignore.templ | 4 ++++ lib/JBUS/busmaster/ghdl/tb_busmaster_async.make | 1 + lib/JBUS/busmaster/ghdl/tb_busmaster_sync.make | 1 + 3 files changed, 6 insertions(+) create mode 100644 lib/JBUS/busmaster/ghdl/.gitignore.templ diff --git a/lib/JBUS/busmaster/ghdl/.gitignore.templ b/lib/JBUS/busmaster/ghdl/.gitignore.templ new file mode 100644 index 0000000..907336a --- /dev/null +++ b/lib/JBUS/busmaster/ghdl/.gitignore.templ @@ -0,0 +1,4 @@ +.gitignore +build/ +.gitignore +build/ diff --git a/lib/JBUS/busmaster/ghdl/tb_busmaster_async.make b/lib/JBUS/busmaster/ghdl/tb_busmaster_async.make index 5882051..efa6b02 100644 --- a/lib/JBUS/busmaster/ghdl/tb_busmaster_async.make +++ b/lib/JBUS/busmaster/ghdl/tb_busmaster_async.make @@ -13,6 +13,7 @@ SRCS += $(MOD_PATH)/src/tb_busmaster_async.vhd TARGET := tb_busmaster_async ENTITY := tb_busmaster_async RUN_TIME := 80us +WAVE_FORMAT := vcd include $(VHDL_HOME)/make/ghdl.mk diff --git a/lib/JBUS/busmaster/ghdl/tb_busmaster_sync.make b/lib/JBUS/busmaster/ghdl/tb_busmaster_sync.make index 53873fb..6fe4bb8 100644 --- a/lib/JBUS/busmaster/ghdl/tb_busmaster_sync.make +++ b/lib/JBUS/busmaster/ghdl/tb_busmaster_sync.make @@ -13,6 +13,7 @@ SRCS += $(MOD_PATH)/src/tb_busmaster_sync.vhd TARGET := tb_busmaster_sync ENTITY := tb_busmaster_sync RUN_TIME := 40us +WAVE_FORMAT := vcd include $(VHDL_HOME)/make/ghdl.mk