You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ODIN_II/verify_odin.sh
+19-10Lines changed: 19 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -109,8 +109,6 @@ function help() {
109
109
printf"Called program with $INPUT
110
110
Usage:
111
111
${THIS_SCRIPT_EXEC} [ OPTIONS / FLAGS ]
112
-
113
-
114
112
OPTIONS:
115
113
-h|--help $(_prt_cur_arg off) print this
116
114
-t|--test < test name > $(_prt_cur_arg ${_TEST}) Test name is one of ( ${TEST_DIR_LIST} heavy_suite light_suite full_suite vtr_basic vtr_strong pre_commit failures debug_sim debug_synth)
@@ -121,7 +119,6 @@ printf "Called program with $INPUT
121
119
-a|--adder_def < /abs/path > $(_prt_cur_arg ${_ADDER_DEF}) Use template to build adders
122
120
-n|--simulation_count < N > $(_prt_cur_arg ${_SIM_COUNT}) Allow to run the simulation N times to benchmark the simulator
123
121
-d|--output_dir < /abs/path > $(_prt_cur_arg ${_RUN_DIR_OVERRIDE}) Change the run directory output
124
-
125
122
FLAGS:
126
123
-g|--generate_bench $(_prt_cur_arg ${_GENERATE_BENCH}) Generate input and output vector for test
127
124
-o|--generate_output $(_prt_cur_arg ${_GENERATE_OUTPUT}) Generate output vector for test given its input vector
@@ -132,7 +129,6 @@ printf "Called program with $INPUT
132
129
-b|--batch_sim $(_prt_cur_arg ${_BATCH_SIM}) Use Batch mode multithreaded simulation
133
130
-p|--perf $(_prt_cur_arg ${_USE_PERF}) Use Perf for monitoring execution
134
131
-f|--force_simulate $(_prt_cur_arg ${_FORCE_SIM}) Force the simulation to be executed regardless of the config
0 commit comments