Commit ba27324d by SergeyDegtyar

Fix run.sh script

parent 94b2476e
......@@ -33,9 +33,9 @@ if [ "$1" = "abc_error" ]; then
elif [ "$2" = "abc_clk_domain_not_found" ]; then
expected_string="ERROR: Clock domain u not found"
elif [ "$2" = "abc_script_o" ]; then
expected_string="ERROR: Clock domain u not found"
expected_string="ERROR: Can't open ABC output file"
elif [ "$2" = "abc_script_top" ]; then
expected_string="ERROR: Clock domain u not found"
expected_string="ERROR: Can't open ABC output file"
fi
if yosys -ql yosys.log ../../scripts/$2.ys; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment