From ae28e791e60213c4f7fc67cba78578b99b341a1f Mon Sep 17 00:00:00 2001 From: Jon Nordby Date: Sun, 27 Apr 2025 16:25:34 +0200 Subject: cocotb: Specify some arguments --- cocotb_try/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cocotb_try/Makefile b/cocotb_try/Makefile index 6612173..3e3bb88 100644 --- a/cocotb_try/Makefile +++ b/cocotb_try/Makefile @@ -13,6 +13,12 @@ TOPLEVEL = cic3_pdm # MODULE is the basename of the Python test file MODULE = test_cic +# Try to make simlation faster +#WAVES=0 +#COCOTB_HDL_TIMEPRECISION=100ps + +VERILATOR_FLAGS = -O3 --no-debug --output-split 20000 + # include cocotb's make rules to take care of the simulator setup include $(shell cocotb-config --makefiles)/Makefile.sim -- cgit v1.2.3