Skip to content

Commit

Permalink
externally configurable COMPUTE_SLICES in Maketfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rejunity committed Mar 19, 2024
1 parent 8d89ff0 commit d32da81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# See https://docs.cocotb.org/en/stable/quickstart.html for more info

# global parameters
COMPILE_ARGS += -DCOMPUTE_SLICES=1
COMPUTE_SLICES ?= 1
COMPILE_ARGS += -DCOMPUTE_SLICES=$(COMPUTE_SLICES)

# defaults
SIM ?= icarus
Expand Down

0 comments on commit d32da81

Please sign in to comment.