mirror of
https://github.com/Silicon1602/srdl2sv.git
synced 2024-12-22 06:58:41 +00:00
6 lines
146 B
Makefile
6 lines
146 B
Makefile
# Simulator specific variables
|
|
SIM = verilator
|
|
EXTRA_ARGS += --trace-fst --trace-structs
|
|
|
|
include $(shell cocotb-config --makefiles)/Makefile.sim
|