Force VCD

This commit is contained in:
2022-06-30 22:17:29 +02:00
parent 6085b37907
commit 7a140c617c
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
.gitignore
build/
.gitignore
build/
+1
View File
@@ -9,6 +9,7 @@ SRCS += $(MOD_PATH)/src/tb_ps2_core.vhd
TARGET := tb_ps2_core
ENTITY := tb_ps2_core
RUN_TIME := 10ms
WAVE_FORMAT := vcd
include $(VHDL_HOME)/make/ghdl.mk