File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
regression_test/parse_result/conf Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010["exit" ]
1111 # if it is expected to fail, dont look for different failure
1212 range = [ 1.0 , 255.0 ]
13- regex = " Odin exited with code: (\d +)"
13+ regex = " Yosys exited with code: (\d +)"
1414 # default to an error code to catch this script failures
1515 default = 50
1616 # hide the exit code if it is 0 (success)
Original file line number Diff line number Diff line change @@ -1064,7 +1064,7 @@ function sim() {
10641064 _echo_args " ${wrapper_command} " \
10651065 > " ${DIR} /${synthesis_wrapper_file_name} "
10661066
1067- _echo_args " ${synthesis_command} ; echo \" Odin exited with code: \$ ?\" ;" \
1067+ _echo_args " ${synthesis_command} ; echo \" Yosys exited with code: \$ ?\" ;" \
10681068 > " ${DIR} /${synthesis_params_file_name} "
10691069
10701070 chmod +x " ${DIR} /${synthesis_params_file_name} "
You can’t perform that action at this time.
0 commit comments