We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff51f09 commit 8ee25d0Copy full SHA for 8ee25d0
os-boot/linux/Makefile
@@ -69,8 +69,8 @@ LIMIT_INSTRUCTIONS := 20000000
69
70
# Run with the Sail emulator from this repo.
71
.PHONY: sail
72
-sail: build/sail.dtb $(elf)
73
- ../../build/c_emulator/riscv_sim_rv64d --no-trace -p -l $(LIMIT_INSTRUCTIONS) --device-tree-blob build/sail.dtb $(elf)
+sail: build/sail.dtb $(elf) $(SAIL_SIM)
+ $(SAIL_SIM) --no-trace -p -l $(LIMIT_INSTRUCTIONS) --device-tree-blob build/sail.dtb $(elf)
74
75
# Run the profiler. This requires gperftools and pprof:
76
#
0 commit comments