File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -183,13 +183,13 @@ function sim() {
183
183
# build commands
184
184
mkdir -p $DIR
185
185
verilog_command=" ./wrapper_odin.sh --log_file ${DIR} /odin.log --test_name ${TEST_FULL_REF} --failure_log ${global_odin_failure} .log --time_limit ${TIME_LIMIT} ${USING_LOW_RESSOURCE} "
186
- echo " ${verilog_command} ${DEFAULT_CMD_PARAM} $( cat ${dir} /odin.args | tr ' \n' ' ' ) -o ${blif_file} -sim_dir ${DIR} /" > ${DIR} /sim_param
186
+ echo " ${verilog_command} ${DEFAULT_CMD_PARAM} $( cat ${dir} /odin.args | tr ' \n' ' ' ) -o ${blif_file} -sim_dir ${DIR} /" > ${DIR} /odin_param
187
187
188
188
done
189
189
190
190
# run the custon command
191
191
echo " ========= Synthesizing Circuits"
192
- find ${new_run} /${bench_type} / -name cmd_param | xargs -n1 -P$1 -I test_cmd ${SHELL} -c ' $(cat test_cmd)'
192
+ find ${new_run} /${bench_type} / -name odin_param | xargs -n1 -P$1 -I test_cmd ${SHELL} -c ' $(cat test_cmd)'
193
193
mv_failed ${global_odin_failure}
194
194
195
195
else
You can’t perform that action at this time.
0 commit comments