diff options
author | Jon Nordby <jononor@gmail.com> | 2025-04-27 16:25:34 +0200 |
---|---|---|
committer | Jon Nordby <jononor@gmail.com> | 2025-05-02 21:00:12 +0200 |
commit | ae28e791e60213c4f7fc67cba78578b99b341a1f (patch) | |
tree | c5133ef49f3bc8af9c14ef98e7089198e726a223 /cocotb_try | |
parent | 70818e9a7f83531270382900c54033f27e08c5f4 (diff) |
cocotb: Specify some arguments
Diffstat (limited to 'cocotb_try')
-rw-r--r-- | cocotb_try/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
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 |