Skip to content

Commit c633547

Browse files
committed
vlt: Use absolute path of verilator binary in the wrapper
1 parent f60f8a7 commit c633547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target/common/verilator.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# the oseda environment, which is why this is necessary.
88
$(BIN_DIR)/$(TARGET).vlt: $(BIN_DIR)/$(TARGET)_bin.vlt
99
@echo "#!/bin/bash" > $@
10-
@echo '$(VERILATOR_SEPP) $< $$(realpath $$1)' >> $@
10+
@echo '$(VERILATOR_SEPP) $(realpath $<) $$(realpath $$1)' >> $@
1111
@chmod +x $@
1212

1313
$(BIN_DIR)/$(TARGET)_bin.vlt: $(VLT_SOURCES) $(TB_CC_SOURCES) $(VLT_CC_SOURCES) $(VLT_BUILDDIR)/lib/libfesvr.a | $(BIN_DIR)

0 commit comments

Comments
 (0)