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
92f409b3
Commit
92f409b3
authored
Dec 21, 2019
by
Miodrag Milanovic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some regression fixes
parent
612dfc2c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
9 deletions
+8
-9
architecture/xilinx_ug901_synthesis_examples/xilinx_ug901_dynpreaddmultadd.ys
+4
-6
architecture/xilinx_ug901_synthesis_examples/xilinx_ug901_rams_sp_wf.ys
+2
-2
regression/issue_00329/issue_00329.ys
+1
-0
regression/issue_01002/issue_01002.pat
+1
-1
No files found.
architecture/xilinx_ug901_synthesis_examples/xilinx_ug901_dynpreaddmultadd.ys
View file @
92f409b3
...
@@ -13,15 +13,13 @@ miter -equiv -flatten -make_assert -make_outputs gold gate miter
...
@@ -13,15 +13,13 @@ miter -equiv -flatten -make_assert -make_outputs gold gate miter
design -load postopt
design -load postopt
cd dynpreaddmultadd
cd dynpreaddmultadd
#Vivado synthesizes 1 DSP48E1.
#Vivado synthesizes 1 DSP48E1.
select -assert-count 1 t:BUFG
select -assert-count 1 t:BUFG
select -assert-count
24
t:FDRE
select -assert-count
16
t:FDRE
select -assert-count 1 t:DSP48E1
select -assert-count 1 t:DSP48E1
select -assert-count 8 t:LUT1
select -assert-count 32 t:LUT2
select -assert-count 17 t:LUT2
select -assert-count 9 t:LUT3
select -assert-count 25 t:LUT4
select -assert-count 16 t:MUXCY
select -assert-count 16 t:MUXCY
select -assert-count 18 t:XORCY
select -assert-count 18 t:XORCY
select -assert-none t:BUFG t:FDRE t:DSP48E1 t:LUT
1 t:LUT2 t:LUT4
t:MUXCY t:XORCY %% t:* %D
select -assert-none t:BUFG t:FDRE t:DSP48E1 t:LUT
2 t:LUT3
t:MUXCY t:XORCY %% t:* %D
architecture/xilinx_ug901_synthesis_examples/xilinx_ug901_rams_sp_wf.ys
View file @
92f409b3
...
@@ -19,10 +19,10 @@ stat
...
@@ -19,10 +19,10 @@ stat
select -assert-count 1 t:BUFG
select -assert-count 1 t:BUFG
select -assert-count 16 t:FDRE
select -assert-count 16 t:FDRE
select -assert-count 1 t:LUT2
select -assert-count 1 t:LUT2
select -assert-count 8 t:LUT
3
select -assert-count 8 t:LUT
4
select -assert-count 36 t:LUT5
select -assert-count 36 t:LUT5
select -assert-count 38 t:LUT6
select -assert-count 38 t:LUT6
select -assert-count 10 t:MUXF7
select -assert-count 10 t:MUXF7
select -assert-count 128 t:RAM128X1D
select -assert-count 128 t:RAM128X1D
select -assert-none t:BUFG t:FDRE t:LUT2 t:LUT
3
t:LUT5 t:LUT6 t:MUXF7 t:RAM128X1D %% t:* %D
select -assert-none t:BUFG t:FDRE t:LUT2 t:LUT
4
t:LUT5 t:LUT6 t:MUXF7 t:RAM128X1D %% t:* %D
regression/issue_00329/issue_00329.ys
View file @
92f409b3
read_verilog -mem2reg ../top.v
read_verilog -mem2reg ../top.v
proc
write_verilog result.out
write_verilog result.out
regression/issue_01002/issue_01002.pat
View file @
92f409b3
Estimated number of LCs:
87
Estimated number of LCs:
75
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