ifeq ($(SIM),) $(error Use one of the run_*.sh scripts to run cocotb test bench) endif TOPLEVEL_LANG := verilog # within soc repo, as submodule, this works after "make ls180" # is run inside the litex/florent subdirectory VERILOG_SOURCES := \ ../SPBlock_512W64B8W.v \ ../../../litex/florent/libresoc.v \ ../../../litex/florent/ls180.v \ # END VERILOG_SOURCES MODULE := test include $(shell cocotb-config --makefiles)/Makefile.sim