From 6085b379072d1b9401c45d8af4ab464476cf34ca Mon Sep 17 00:00:00 2001 From: jens Date: Thu, 30 Jun 2022 22:16:13 +0200 Subject: [PATCH] Force VCD --- lib/JBUS/memory/ghdl/.gitignore.templ | 4 ++++ lib/JBUS/memory/ghdl/tb_ram_wb.make | 1 + lib/JBUS/memory/ghdl/tb_rom_wb.make | 1 + 3 files changed, 6 insertions(+) create mode 100644 lib/JBUS/memory/ghdl/.gitignore.templ diff --git a/lib/JBUS/memory/ghdl/.gitignore.templ b/lib/JBUS/memory/ghdl/.gitignore.templ new file mode 100644 index 0000000..907336a --- /dev/null +++ b/lib/JBUS/memory/ghdl/.gitignore.templ @@ -0,0 +1,4 @@ +.gitignore +build/ +.gitignore +build/ diff --git a/lib/JBUS/memory/ghdl/tb_ram_wb.make b/lib/JBUS/memory/ghdl/tb_ram_wb.make index 6f33895..e0d7d96 100644 --- a/lib/JBUS/memory/ghdl/tb_ram_wb.make +++ b/lib/JBUS/memory/ghdl/tb_ram_wb.make @@ -11,5 +11,6 @@ SRCS += $(MOD_PATH)/src/tb_ram_wb.vhd TARGET := tb_ram_wb ENTITY := tb_ram_wb RUN_TIME := 1500ns +WAVE_FORMAT := vcd include $(VHDL_HOME)/make/ghdl.mk diff --git a/lib/JBUS/memory/ghdl/tb_rom_wb.make b/lib/JBUS/memory/ghdl/tb_rom_wb.make index 1a2d61f..aea6656 100644 --- a/lib/JBUS/memory/ghdl/tb_rom_wb.make +++ b/lib/JBUS/memory/ghdl/tb_rom_wb.make @@ -10,6 +10,7 @@ SRCS += $(MOD_PATH)/src/tb_rom_wb.vhd TARGET := tb_rom_wb ENTITY := tb_rom_wb RUN_TIME := 1500ns +WAVE_FORMAT := vcd include $(VHDL_HOME)/make/ghdl.mk