# Makefile # defaults SIM ?= verilator TOPLEVEL_LANG ?= verilog VERILOG_SOURCES += $(PWD)/cic3_pdm.v # use VHDL_SOURCES for VHDL files # TOPLEVEL is the name of the toplevel module in your Verilog or VHDL file TOPLEVEL = cic3_pdm # MODULE is the basename of the Python test file MODULE = test_cic # include cocotb's make rules to take care of the simulator setup include $(shell cocotb-config --makefiles)/Makefile.sim