First setup for cocotb test run.
[libresoc-litex.git] / cocotb / Makefile
1 ifeq ($(SIM),)
2 $(error Use one of the run_*.sh scripts to run cocotb test bench)
3 endif
4
5 TOPLEVEL_LANG := verilog
6
7 VERILOG_SOURCES := \
8 ../libresoc.v \
9 ../ls180.v \
10 # END VERILOG_SOURCES
11
12 TOPLEVEL := ls180
13 MODULE := test
14
15 include $(shell cocotb-config --makefiles)/Makefile.sim
16