mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
Remove ice40_unlut call, simply do equiv_opt on synth_ice40
This commit is contained in:
parent
35bf509603
commit
d5e8c0e6d3
|
@ -1,4 +1,2 @@
|
||||||
read_verilog opt_lut.v
|
read_verilog opt_lut.v
|
||||||
synth_ice40
|
equiv_opt -map +/ice40/cells_sim.v -assert synth_ice40
|
||||||
ice40_unlut
|
|
||||||
equiv_opt -map +/ice40/cells_sim.v -assert opt_lut -dlogic SB_CARRY:I0=1:I1=2:CI=3
|
|
||||||
|
|
Loading…
Reference in a new issue