Skip to content

Commit cf2e9e4

Browse files
committed
exit code
1 parent 2911673 commit cf2e9e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

parmys/regression_test/parse_result/conf/basic.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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)

parmys/verify_parmys.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}"

0 commit comments

Comments
 (0)