Add help text on run-binaries
This commit is contained in:
@@ -45,6 +45,9 @@ HELP_COMMANDS += \
|
|||||||
" run-binary = run [./$(shell basename $(sim))] and log instructions to file" \
|
" run-binary = run [./$(shell basename $(sim))] and log instructions to file" \
|
||||||
" run-binary-fast = run [./$(shell basename $(sim))] and don't log instructions" \
|
" run-binary-fast = run [./$(shell basename $(sim))] and don't log instructions" \
|
||||||
" run-binary-debug = run [./$(shell basename $(sim_debug))] and log instructions and waveform to files" \
|
" run-binary-debug = run [./$(shell basename $(sim_debug))] and log instructions and waveform to files" \
|
||||||
|
" run-binaries = run [./$(shell basename $(sim))] and log instructions to file" \
|
||||||
|
" run-binaries-fast = run [./$(shell basename $(sim))] and don't log instructions" \
|
||||||
|
" run-binaries-debug = run [./$(shell basename $(sim_debug))] and log instructions and waveform to files" \
|
||||||
" verilog = generate intermediate verilog files from chisel elaboration and firrtl passes" \
|
" verilog = generate intermediate verilog files from chisel elaboration and firrtl passes" \
|
||||||
" firrtl = generate intermediate firrtl files from chisel elaboration" \
|
" firrtl = generate intermediate firrtl files from chisel elaboration" \
|
||||||
" run-tests = run all assembly and benchmark tests" \
|
" run-tests = run all assembly and benchmark tests" \
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ HELP_PROJECT_VARIABLES = \
|
|||||||
|
|
||||||
HELP_SIMULATION_VARIABLES = \
|
HELP_SIMULATION_VARIABLES = \
|
||||||
" BINARY = riscv elf binary that the simulator will run when using the run-binary* targets" \
|
" BINARY = riscv elf binary that the simulator will run when using the run-binary* targets" \
|
||||||
|
" BINARIES = list of riscv elf binary that the simulator will run when using the run-binaries* targets" \
|
||||||
" LOADMEM = riscv elf binary that should be loaded directly into simulated DRAM. LOADMEM=1 will load the BINARY elf" \
|
" LOADMEM = riscv elf binary that should be loaded directly into simulated DRAM. LOADMEM=1 will load the BINARY elf" \
|
||||||
" LOADARCH = path to a architectural checkpoint directory that should end in .loadarch/, for restoring from a checkpoint" \
|
" LOADARCH = path to a architectural checkpoint directory that should end in .loadarch/, for restoring from a checkpoint" \
|
||||||
" VERBOSE_FLAGS = flags used when doing verbose simulation [$(VERBOSE_FLAGS)]" \
|
" VERBOSE_FLAGS = flags used when doing verbose simulation [$(VERBOSE_FLAGS)]" \
|
||||||
|
|||||||
Reference in New Issue
Block a user