Force VCD

This commit is contained in:
2022-06-30 22:14:13 +02:00
parent 9148ac7087
commit 2c6a0b9c99
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
.gitignore
build/
.gitignore
build/
+1
View File
@@ -14,6 +14,7 @@ SRCS += $(MOD_PATH)/dmac/src/tb_dmac.vhd
TARGET := tb_dmac_sync
ENTITY := tb_dmac
RUN_TIME := 6us
WAVE_FORMAT := vcd
include $(VHDL_HOME)/make/ghdl.mk