Cleanup help commands

This commit is contained in:
Abraham Gonzalez
2020-08-19 22:10:18 -07:00
parent 0dd2197477
commit b7d9472b4a
4 changed files with 16 additions and 22 deletions

View File

@@ -17,7 +17,7 @@ HELP_PROJECT_VARIABLES = \
" TOP = top level module of the project (normally the module instantiated by the harness) [$(TOP)]"
HELP_SIMULATION_VARIABLES = \
" BINARY = riscv binary that the simulator will run" \
" BINARY = riscv elf binary that the simulator will run when using the run-binary* targets" \
" VERBOSE_FLAGS = flags used when doing verbose simulation [$(VERBOSE_FLAGS)]"
# include default simulation rules