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
4a3a2bdc
Commit
4a3a2bdc
authored
Jul 10, 2019
by
SergeyDegtyar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test for issue #1009 removed.
parent
a76ad5a7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
18 deletions
+0
-18
regression/Makefile
+0
-3
regression/issue_01009/top.v
+0
-9
regression/run.sh
+0
-3
regression/scripts/issue_01009.ys
+0
-3
No files found.
regression/Makefile
View file @
4a3a2bdc
...
...
@@ -407,9 +407,6 @@ $(eval $(call template,issue_00997,issue_00997))
#issue_01002
$(eval
$(call
template,issue_01002,issue_01002))
#issue_01009
$(eval
$(call
template,issue_01009,issue_01009))
#issue_01016
$(eval
$(call
template,issue_01016,issue_01016))
...
...
regression/issue_01009/top.v
deleted
100644 → 0
View file @
a76ad5a7
(
*
hello
*
)
module
ABC
(
i
,
o
)
;
input
wire
i
;
output
wire
o
;
(
*
p_hello
*
)
parameter
p
=
0
;
assign
o
=
i
;
endmodule
regression/run.sh
View file @
4a3a2bdc
...
...
@@ -106,7 +106,6 @@ elif [ "$1" = "issue_00502" ] ||\
[
"
$1
"
=
"issue_00993"
]
||
\
[
"
$1
"
=
"issue_00997"
]
||
\
[
"
$1
"
=
"issue_01002"
]
||
\
[
"
$1
"
=
"issue_01009"
]
||
\
[
"
$1
"
=
"issue_01016"
]
||
\
[
"
$1
"
=
"issue_01022"
]
||
\
[
"
$1
"
=
"issue_01023"
]
||
\
...
...
@@ -212,8 +211,6 @@ elif [ "$1" = "issue_00502" ] ||\
expected_string
=
"h0"
elif
[
"
$1
"
=
"issue_01002"
]
;
then
expected_string
=
"Estimated number of LCs: 95"
elif
[
"
$1
"
=
"issue_01009"
]
;
then
expected_string
=
"attribute
\\\p
_hello"
elif
[
"
$1
"
=
"issue_01016"
]
;
then
expected_string
=
"cell
\$
mux
\$
ternary
\$
../top.v:5"
elif
[
"
$1
"
=
"issue_01022"
]
;
then
...
...
regression/scripts/issue_01009.ys
deleted
100644 → 0
View file @
a76ad5a7
read_verilog ../top.v
tee -a result.log dump
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