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
2ca999c6
Commit
2ca999c6
authored
Nov 30, 2019
by
Miodrag Milanovic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to xilinx INV primitive use
parent
6c10ffa6
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
+10
-10
architecture/xilinx_ug901_synthesis_examples/xilinx_ug901_asym_ram_sdp_write_wider.ys
+2
-2
architecture/xilinx_ug901_synthesis_examples/xilinx_ug901_tristates_1.ys
+2
-2
architecture/xilinx_ug901_synthesis_examples/xilinx_ug901_tristates_2.ys
+2
-2
architecture/xilinx_ug901_synthesis_examples/xilinx_ug901_xilinx_ultraram_single_port_no_change.ys
+2
-2
architecture/xilinx_ug901_synthesis_examples/xilinx_ug901_xilinx_ultraram_single_port_read_first.ys
+2
-2
No files found.
architecture/xilinx_ug901_synthesis_examples/xilinx_ug901_asym_ram_sdp_write_wider.ys
View file @
2ca999c6
...
@@ -17,8 +17,8 @@ stat
...
@@ -17,8 +17,8 @@ stat
#Vivado synthesizes 1 RAMB18E1.
#Vivado synthesizes 1 RAMB18E1.
select -assert-count 2 t:BUFG
select -assert-count 2 t:BUFG
select -assert-count 9 t:FDRE
select -assert-count 9 t:FDRE
select -assert-count 1 t:
LUT1
select -assert-count 1 t:
INV
select -assert-count 6 t:LUT3
select -assert-count 6 t:LUT3
select -assert-count 8 t:RAM128X1D
select -assert-count 8 t:RAM128X1D
select -assert-none t:BUFG t:FDRE t:
LUT1
t:LUT3 t:RAM128X1D %% t:* %D
select -assert-none t:BUFG t:FDRE t:
INV
t:LUT3 t:RAM128X1D %% t:* %D
architecture/xilinx_ug901_synthesis_examples/xilinx_ug901_tristates_1.ys
View file @
2ca999c6
...
@@ -8,6 +8,6 @@ equiv_opt -assert -map +/xilinx/cells_sim.v -map +/simcells.v synth_xilinx # equ
...
@@ -8,6 +8,6 @@ equiv_opt -assert -map +/xilinx/cells_sim.v -map +/simcells.v synth_xilinx # equ
design -load postopt # load the post-opt design (otherwise equiv_opt loads the pre-opt design)
design -load postopt # load the post-opt design (otherwise equiv_opt loads the pre-opt design)
cd tristates_1 # Constrain all select calls below inside the top module
cd tristates_1 # Constrain all select calls below inside the top module
#Vivado synthesizes 3 IBUF, 1 OBUFT.
#Vivado synthesizes 3 IBUF, 1 OBUFT.
select -assert-count 1 t:
LUT1
select -assert-count 1 t:
INV
select -assert-count 1 t:$_TBUF_
select -assert-count 1 t:$_TBUF_
select -assert-none t:
LUT1
t:$_TBUF_ %% t:* %D
select -assert-none t:
INV
t:$_TBUF_ %% t:* %D
architecture/xilinx_ug901_synthesis_examples/xilinx_ug901_tristates_2.ys
View file @
2ca999c6
...
@@ -8,6 +8,6 @@ equiv_opt -assert -map +/xilinx/cells_sim.v -map +/simcells.v synth_xilinx # equ
...
@@ -8,6 +8,6 @@ equiv_opt -assert -map +/xilinx/cells_sim.v -map +/simcells.v synth_xilinx # equ
design -load postopt # load the post-opt design (otherwise equiv_opt loads the pre-opt design)
design -load postopt # load the post-opt design (otherwise equiv_opt loads the pre-opt design)
cd tristates_2 # Constrain all select calls below inside the top module
cd tristates_2 # Constrain all select calls below inside the top module
#Vivado synthesizes 3 IBUF, 1 OBUFT.
#Vivado synthesizes 3 IBUF, 1 OBUFT.
select -assert-count 1 t:
LUT1
select -assert-count 1 t:
INV
select -assert-count 1 t:$_TBUF_
select -assert-count 1 t:$_TBUF_
select -assert-none t:
LUT1
t:$_TBUF_ %% t:* %D
select -assert-none t:
INV
t:$_TBUF_ %% t:* %D
architecture/xilinx_ug901_synthesis_examples/xilinx_ug901_xilinx_ultraram_single_port_no_change.ys
View file @
2ca999c6
...
@@ -17,9 +17,9 @@ stat
...
@@ -17,9 +17,9 @@ stat
#Vivado synthesizes 1 RAMB36E1, 28 FDRE.
#Vivado synthesizes 1 RAMB36E1, 28 FDRE.
select -assert-count 1 t:BUFG
select -assert-count 1 t:BUFG
select -assert-count 53 t:FDRE
select -assert-count 53 t:FDRE
select -assert-count 1 t:
LUT1
select -assert-count 1 t:
INV
select -assert-count 9 t:LUT2
select -assert-count 9 t:LUT2
select -assert-count 11 t:LUT3
select -assert-count 11 t:LUT3
select -assert-count 16 t:RAM128X1D
select -assert-count 16 t:RAM128X1D
select -assert-none t:BUFG t:FDRE t:
LUT1
t:LUT2 t:LUT3 t:RAM128X1D %% t:* %D
select -assert-none t:BUFG t:FDRE t:
INV
t:LUT2 t:LUT3 t:RAM128X1D %% t:* %D
architecture/xilinx_ug901_synthesis_examples/xilinx_ug901_xilinx_ultraram_single_port_read_first.ys
View file @
2ca999c6
...
@@ -16,9 +16,9 @@ cd xilinx_ultraram_single_port_read_first
...
@@ -16,9 +16,9 @@ cd xilinx_ultraram_single_port_read_first
#Vivado synthesizes 1 RAMB18E1, 28 FDRE.
#Vivado synthesizes 1 RAMB18E1, 28 FDRE.
select -assert-count 1 t:BUFG
select -assert-count 1 t:BUFG
select -assert-count 53 t:FDRE
select -assert-count 53 t:FDRE
select -assert-count 1 t:
LUT1
select -assert-count 1 t:
INV
select -assert-count 8 t:LUT2
select -assert-count 8 t:LUT2
select -assert-count 11 t:LUT3
select -assert-count 11 t:LUT3
select -assert-count 16 t:RAM128X1D
select -assert-count 16 t:RAM128X1D
select -assert-none t:BUFG t:FDRE t:
LUT1
t:LUT2 t:LUT3 t:RAM128X1D %% t:* %D
select -assert-none t:BUFG t:FDRE t:
INV
t:LUT2 t:LUT3 t:RAM128X1D %% t:* %D
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