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-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-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" \
|
||||
" firrtl = generate intermediate firrtl files from chisel elaboration" \
|
||||
" run-tests = run all assembly and benchmark tests" \
|
||||
|
||||
Reference in New Issue
Block a user