mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-30 17:27:16 +00:00
hierarchy - proc reorder
This commit is contained in:
parent
44c3472b9f
commit
b659082e4a
6 changed files with 15 additions and 13 deletions
|
|
@ -1,8 +1,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_efinix
|
||||
cd latchp # Constrain all select calls below inside the top module
|
||||
|
|
@ -12,8 +12,8 @@ select -assert-none t:EFX_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_efinix
|
||||
cd latchn # Constrain all select calls below inside the top module
|
||||
|
|
@ -23,8 +23,8 @@ select -assert-none t:EFX_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_efinix
|
||||
cd latchsr # Constrain all select calls below inside the top module
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue