summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b48dac1..66e9ff7 100644
--- a/Makefile
+++ b/Makefile
@@ -63,4 +63,7 @@ $(OBJ_DIR)/%.mk: \
$$(shell find $(TB_DIR)/top/$$(dir $$*) -type f -name '*.cpp' 2>/dev/null)
mkdir -p $(dir $@)
- $(VERILATOR) -O3 --cc --exe --trace -y $(RTL_DIR) --Mdir $(dir $@) --top $(word 1,$(subst /, ,$*)) $(patsubst tb/%,../tb/%,$^)
+ $(VERILATOR) \
+ -O3 --cc --exe --trace -y $(RTL_DIR) --Mdir $(dir $@) \
+ --top $(word 1,$(subst /, ,$*)) $(patsubst tb/%,../tb/%,$^) \
+ --x-assign unique --x-initial unique