Prepare Makefiles for regression flow with CocoTB tests

This commit is contained in:
2021-10-03 18:07:48 -07:00
parent 694f7c124e
commit aada5c5853
3 changed files with 51 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
# Simulator specific variables
SIM = verilator
EXTRA_ARGS += --trace-fst --trace-structs
include $(shell cocotb-config --makefiles)/Makefile.sim