From b9d821cb5409a545431d7b34d8df0ad493c26a46 Mon Sep 17 00:00:00 2001 From: Jon Nordby Date: Sat, 26 Apr 2025 18:13:37 +0200 Subject: cocotb: Try to test a CIC filter --- cocotb_try/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cocotb_try/Makefile') diff --git a/cocotb_try/Makefile b/cocotb_try/Makefile index 2d4fe2b..6612173 100644 --- a/cocotb_try/Makefile +++ b/cocotb_try/Makefile @@ -4,14 +4,14 @@ SIM ?= verilator TOPLEVEL_LANG ?= verilog -VERILOG_SOURCES += $(PWD)/my_design.v +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 = my_design +TOPLEVEL = cic3_pdm # MODULE is the basename of the Python test file -MODULE = test_my_design +MODULE = test_cic # include cocotb's make rules to take care of the simulator setup include $(shell cocotb-config --makefiles)/Makefile.sim -- cgit v1.2.3