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
55d16cf1
Commit
55d16cf1
authored
Aug 30, 2019
by
Miodrag Milanovic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not simulate, check ram generated
parent
8bb3852d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
regression/run.sh
+3
-4
regression/scripts/issue_00084.ys
+3
-1
No files found.
regression/run.sh
View file @
55d16cf1
...
...
@@ -287,9 +287,7 @@ else
iverilog_adds
=
""
#Additional sources for iverilog simulation
if
[
"
$1
"
=
"issue_00084"
]
;
then
iverilog_adds
=
"
$TECHLIBS_PREFIX
/xilinx/xc7_brams_bb.v"
elif
[
"
$1
"
=
"issue_00160"
]
||
\
if
[
"
$1
"
=
"issue_00160"
]
||
\
[
"
$1
"
=
"issue_00182"
]
||
\
[
"
$1
"
=
"issue_00183"
]
||
\
[
"
$1
"
=
"issue_00481"
]
||
\
...
...
@@ -308,7 +306,8 @@ else
exit
0
fi
# cases where we do not run iverilog
if
[
"
$1
"
=
"issue_00449"
]
;
then
if
[
"
$1
"
=
"issue_00449"
]
||
\
[
"
$1
"
=
"issue_00084"
]
;
then
echo
PASS
>
${
1
}
_
${
2
}
.status
touch .stamp
exit
0
...
...
regression/scripts/issue_00084.ys
View file @
55d16cf1
read_verilog ../top.v
synth_xilinx -top top
write_verilog synth.v
cd top
select -assert-count 1 t:RAMB18E1
\ No newline at end of file
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