mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-05 23:16:13 +00:00
Fixup level policy.
This commit is contained in:
parent
32a268d745
commit
b3b1394cf1
15 changed files with 55 additions and 55 deletions
|
|
@ -4,7 +4,7 @@ design -save read
|
|||
hierarchy -top latchp
|
||||
proc
|
||||
# Can't run any sort of equivalence check because latches are blown to LUTs
|
||||
synth_quicklogic -latches auto
|
||||
synth_quicklogic -latches info
|
||||
cd latchp # Constrain all select calls below inside the top module
|
||||
select -assert-count 1 t:LUT3
|
||||
select -assert-count 3 t:inpad
|
||||
|
|
@ -17,7 +17,7 @@ design -load read
|
|||
hierarchy -top latchn
|
||||
proc
|
||||
# Can't run any sort of equivalence check because latches are blown to LUTs
|
||||
synth_quicklogic -latches auto
|
||||
synth_quicklogic -latches info
|
||||
cd latchn # Constrain all select calls below inside the top module
|
||||
select -assert-count 1 t:LUT3
|
||||
select -assert-count 3 t:inpad
|
||||
|
|
@ -30,7 +30,7 @@ design -load read
|
|||
hierarchy -top latchsr
|
||||
proc
|
||||
# Can't run any sort of equivalence check because latches are blown to LUTs
|
||||
synth_quicklogic -latches auto
|
||||
synth_quicklogic -latches info
|
||||
cd latchsr # Constrain all select calls below inside the top module
|
||||
select -assert-count 1 t:LUT2
|
||||
select -assert-count 1 t:LUT4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue