fix: args for tb

This commit is contained in:
Phil
2026-06-17 17:53:57 +03:00
parent 9ef62b80b8
commit dffb32901f

View File

@ -28,6 +28,7 @@ EXTRA_ARGS += --trace
EXTRA_ARGS += --trace-structs EXTRA_ARGS += --trace-structs
EXTRA_ARGS += --public-flat-rw EXTRA_ARGS += --public-flat-rw
EXTRA_ARGS += -Wno-fatal EXTRA_ARGS += -Wno-fatal
EXTRA_ARGS += --timing
endif endif
include $(shell cocotb-config --makefiles)/Makefile.sim include $(shell cocotb-config --makefiles)/Makefile.sim