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
@@ -102,8 +102,6 @@ function help() {
102
102
printf"Called program with $INPUT
103
103
Usage:
104
104
${THIS_SCRIPT_EXEC} [ OPTIONS / FLAGS ]
105
-
106
-
107
105
OPTIONS:
108
106
-h|--help $(_prt_cur_arg off) print this
109
107
-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)
@@ -114,7 +112,6 @@ printf "Called program with $INPUT
114
112
-a|--adder_def < /abs/path > $(_prt_cur_arg ${_ADDER_DEF}) Use template to build adders
115
113
-n|--simulation_count < N > $(_prt_cur_arg ${_SIM_COUNT}) Allow to run the simulation N times to benchmark the simulator
116
114
-d|--output_dir < /abs/path > $(_prt_cur_arg ${_RUN_DIR_OVERRIDE}) Change the run directory output
117
-
118
115
FLAGS:
119
116
-g|--generate_bench $(_prt_cur_arg ${_GENERATE_BENCH}) Generate input and output vector for test
120
117
-o|--generate_output $(_prt_cur_arg ${_GENERATE_OUTPUT}) Generate output vector for test given its input vector
@@ -125,7 +122,6 @@ printf "Called program with $INPUT
125
122
-b|--batch_sim $(_prt_cur_arg ${_BATCH_SIM}) Use Batch mode multithreaded simulation
126
123
-p|--perf $(_prt_cur_arg ${_USE_PERF}) Use Perf for monitoring execution
127
124
-f|--force_simulate $(_prt_cur_arg ${_FORCE_SIM}) Force the simulation to be executed regardless of the config
0 commit comments