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
8486a496
Commit
8486a496
authored
Apr 07, 2020
by
Miodrag Milanovic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some fixes
parent
eb017d1e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
architecture/synth_intel/synth_intel_nobram.ys
+1
-1
simple/opt/opt_full.ys
+1
-1
simple/opt/opt_mux_bool.ys
+1
-1
No files found.
architecture/synth_intel/synth_intel_nobram.ys
View file @
8486a496
...
@@ -35,5 +35,5 @@ synth_intel -nobram
...
@@ -35,5 +35,5 @@ synth_intel -nobram
#design -load postopt
#design -load postopt
cd top
cd top
select -assert-count 520 t:dffeas
select -assert-count 520 t:dffeas
select -assert-count 97
7
t:fiftyfivenm_lcell_comb
select -assert-count 97
6
t:fiftyfivenm_lcell_comb
select -assert-none t:dffeas t:fiftyfivenm_lcell_comb %% t:* %D
select -assert-none t:dffeas t:fiftyfivenm_lcell_comb %% t:* %D
simple/opt/opt_full.ys
View file @
8486a496
...
@@ -7,7 +7,7 @@ opt -full
...
@@ -7,7 +7,7 @@ opt -full
select -assert-count 1 t:$dff
select -assert-count 1 t:$dff
select -assert-count 1 t:$fsm
select -assert-count 1 t:$fsm
select -assert-count 5 t:$mux
select -assert-count 5 t:$mux
select -assert-count
3
t:$or
select -assert-count
2
t:$or
select -assert-count 1 t:$pmux
select -assert-count 1 t:$pmux
select -assert-count 1 t:fsm
select -assert-count 1 t:fsm
...
...
simple/opt/opt_mux_bool.ys
View file @
8486a496
...
@@ -7,7 +7,7 @@ opt -mux_bool
...
@@ -7,7 +7,7 @@ opt -mux_bool
select -assert-count 1 t:$dff
select -assert-count 1 t:$dff
select -assert-count 1 t:$fsm
select -assert-count 1 t:$fsm
select -assert-count 5 t:$mux
select -assert-count 5 t:$mux
select -assert-count
3
t:$or
select -assert-count
2
t:$or
select -assert-count 1 t:$pmux
select -assert-count 1 t:$pmux
select -assert-count 1 t:fsm
select -assert-count 1 t:fsm
...
...
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