Add help string | Fix emulator CC to not conflict with --vpi

This commit is contained in:
abejgonzalez
2020-08-21 13:56:14 -07:00
parent c9791ccbdf
commit 2168813da0
2 changed files with 1 additions and 18 deletions

View File

@@ -53,6 +53,7 @@ HELP_COMPILATION_VARIABLES += \
" VERILATOR_PROFILE = 'none' if no verilator profiling (default)" \
" 'all' if full verilator runtime profiling" \
" 'threads' if runtime thread profiling only" \
" VERILATOR_THREADS = how many threads the simulator will use (default 1)" \
" VERILATOR_FST_MODE = enable FST waveform instead of VCD. use with debug build"
#########################################################################################