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
e772f54b
Unverified
Commit
e772f54b
authored
May 24, 2019
by
Miodrag Milanović
Committed by
GitHub
May 24, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #33 from SergeyDegtyar/master
Fix tests for misc/scc_feedback
parents
10c6b635
3ffb4171
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletions
+7
-1
misc/Makefile
+1
-1
misc/run.sh
+3
-0
misc/scripts/scc_expect1.ys
+3
-0
No files found.
misc/Makefile
View file @
e772f54b
...
@@ -44,7 +44,7 @@ $(eval $(call template,show, show show_colorattr show_colors show_color show_enu
...
@@ -44,7 +44,7 @@ $(eval $(call template,show, show show_colorattr show_colors show_color show_enu
#scc
#scc
$(eval
$(call
template,scc,
scc
scc_all_cell_types
scc_expect
scc_max_depth
scc_nofeedback
scc_select
scc_set_attr
))
$(eval
$(call
template,scc,
scc
scc_all_cell_types
scc_expect
scc_max_depth
scc_nofeedback
scc_select
scc_set_attr
))
$(eval
$(call
template,scc_feedback,
scc
scc_all_cell_types
scc_expect
scc_max_depth
scc_nofeedback
scc_select
scc_set_attr
))
$(eval
$(call
template,scc_feedback,
scc
scc_all_cell_types
scc_expect
1
scc_max_depth
scc_nofeedback
scc_select
scc_set_attr
))
$(eval
$(call
template,scc_hier_feedback,
scc
scc_all_cell_types
scc_expect
scc_max_depth
scc_nofeedback
scc_select
scc_set_attr
))
$(eval
$(call
template,scc_hier_feedback,
scc
scc_all_cell_types
scc_expect
scc_max_depth
scc_nofeedback
scc_select
scc_set_attr
))
...
...
misc/run.sh
View file @
e772f54b
...
@@ -140,6 +140,9 @@ elif [ "$2" = "scatter" ]; then
...
@@ -140,6 +140,9 @@ elif [ "$2" = "scatter" ]; then
elif
[
"
$1
"
=
"scc"
]
||
\
elif
[
"
$1
"
=
"scc"
]
||
\
[
"
$1
"
=
"scc_hier_feedback"
]
;
then
[
"
$1
"
=
"scc_hier_feedback"
]
;
then
expected_string
=
"0 SCCs"
expected_string
=
"0 SCCs"
if
[
"
$1
"
=
"scc_hier_feedback"
]
&&
[
"
$2
"
=
"scc_all_cell_types"
]
;
then
expected
=
"0"
fi
elif
[
"
$1
"
=
"scc_feedback"
]
;
then
elif
[
"
$1
"
=
"scc_feedback"
]
;
then
expected_string
=
"0 SCCs"
expected_string
=
"0 SCCs"
expected
=
"0"
expected
=
"0"
...
...
misc/scripts/scc_expect1.ys
0 → 100644
View file @
e772f54b
read_verilog ../top.v
proc
tee -o result.log scc -expect 1 top
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