330c788d90b366d9fbdbd4fcabf2ae7bebda4349
[soc-cocotb-sim.git] / ls180 / pre_pnr / 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 # within soc repo, as submodule, this works after "make ls180"
8 # is run inside the litex/florent subdirectory
9 VERILOG_SOURCES := \
10 ../../litex/florent/libresoc.v \
11 ../../litex/florent/ls180.v \
12 # END VERILOG_SOURCES
13
14 TOPLEVEL := ls180
15 MODULE := test
16
17 include $(shell cocotb-config --makefiles)/Makefile.sim
18