Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yosys-tests
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
yosys-tests
Commits
2934eb5b
Unverified
Commit
2934eb5b
authored
May 29, 2019
by
Miodrag Milanović
Committed by
GitHub
May 29, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #36 from SergeyDegtyar/master
Fix expected message in the run.sh script.
parents
bb3703ba
ba27324d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
misc/run.sh
+2
-2
No files found.
misc/run.sh
View file @
2934eb5b
...
@@ -33,9 +33,9 @@ if [ "$1" = "abc_error" ]; then
...
@@ -33,9 +33,9 @@ if [ "$1" = "abc_error" ]; then
elif
[
"
$2
"
=
"abc_clk_domain_not_found"
]
;
then
elif
[
"
$2
"
=
"abc_clk_domain_not_found"
]
;
then
expected_string
=
"ERROR: Clock domain u not found"
expected_string
=
"ERROR: Clock domain u not found"
elif
[
"
$2
"
=
"abc_script_o"
]
;
then
elif
[
"
$2
"
=
"abc_script_o"
]
;
then
expected_string
=
"ERROR: C
lock domain u not found
"
expected_string
=
"ERROR: C
an't open ABC output file
"
elif
[
"
$2
"
=
"abc_script_top"
]
;
then
elif
[
"
$2
"
=
"abc_script_top"
]
;
then
expected_string
=
"ERROR: C
lock domain u not found
"
expected_string
=
"ERROR: C
an't open ABC output file
"
fi
fi
if
yosys
-ql
yosys.log ../../scripts/
$2
.ys
;
then
if
yosys
-ql
yosys.log ../../scripts/
$2
.ys
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment