Pass -full to opt
Reduces the number of LUTs slightly.
This commit is contained in:
parent
02a742b3c9
commit
bf7b1bef4f
1 changed files with 1 additions and 1 deletions
2
top.ys
2
top.ys
|
|
@ -1,6 +1,6 @@
|
|||
read_verilog -noautowire -sv top.sv
|
||||
proc
|
||||
opt
|
||||
opt -full
|
||||
alumacc
|
||||
share -aggressive
|
||||
synth_ice40 -abc2 -top top -blif top.blif
|
||||
|
|
|
|||
Loading…
Reference in a new issue