mirror of
https://github.com/Silicon1602/srdl2sv.git
synced 2024-12-22 23:08:39 +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
|