Unverified Commit 2934eb5b by Miodrag Milanović Committed by GitHub

Merge pull request #36 from SergeyDegtyar/master

Fix expected message in the run.sh script. 
parents bb3703ba ba27324d
......@@ -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