We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f60f8a7 commit c633547Copy full SHA for c633547
target/common/verilator.mk
@@ -7,7 +7,7 @@
7
# the oseda environment, which is why this is necessary.
8
$(BIN_DIR)/$(TARGET).vlt: $(BIN_DIR)/$(TARGET)_bin.vlt
9
@echo "#!/bin/bash" > $@
10
- @echo '$(VERILATOR_SEPP) $< $$(realpath $$1)' >> $@
+ @echo '$(VERILATOR_SEPP) $(realpath $<) $$(realpath $$1)' >> $@
11
@chmod +x $@
12
13
$(BIN_DIR)/$(TARGET)_bin.vlt: $(VLT_SOURCES) $(TB_CC_SOURCES) $(VLT_CC_SOURCES) $(VLT_BUILDDIR)/lib/libfesvr.a | $(BIN_DIR)
0 commit comments