3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-02 16:20:51 +00:00
yosys/tests/opt/opt_ff_sat.ys
Bogdan Vukobratovic 9a468f81c4 Optimizing DFFs whose initial value prevents their value from changing
This is a proof of concept implementation that invokes SAT solver via Pass::call
method.
2019-05-28 08:48:21 +02:00

4 lines
61 B
Text

read_verilog opt_ff_sat.v
prep -flatten
opt_rmdff -sat
synth