mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-03 13:07:58 +00:00
hierarchy - proc reorder
This commit is contained in:
parent
7785f23719
commit
0d60902fd9
9 changed files with 18 additions and 14 deletions
|
|
@ -2,8 +2,8 @@
|
|||
read_verilog latches.v
|
||||
design -save read
|
||||
|
||||
proc
|
||||
hierarchy -top latchp
|
||||
proc
|
||||
# Can't run any sort of equivalence check because latches are blown to LUTs
|
||||
synth_ecp5
|
||||
cd latchp # Constrain all select calls below inside the top module
|
||||
|
|
@ -13,8 +13,8 @@ select -assert-none t:LUT4 %% t:* %D
|
|||
|
||||
|
||||
design -load read
|
||||
proc
|
||||
hierarchy -top latchn
|
||||
proc
|
||||
# Can't run any sort of equivalence check because latches are blown to LUTs
|
||||
synth_ecp5
|
||||
cd latchn # Constrain all select calls below inside the top module
|
||||
|
|
@ -24,8 +24,8 @@ select -assert-none t:LUT4 %% t:* %D
|
|||
|
||||
|
||||
design -load read
|
||||
proc
|
||||
hierarchy -top latchsr
|
||||
proc
|
||||
# Can't run any sort of equivalence check because latches are blown to LUTs
|
||||
synth_ecp5
|
||||
cd latchsr # Constrain all select calls below inside the top module
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue