GitHub (Legacy)
01/22/2021, 12:40 AMyosys
complains that my macro is combinatorial (it isn't):
ABC: + retime -D -D 15000 -M 6
ABC: + scleanup
ABC: Error: The network is combinational.
We call retime again later on (with a different strategy), and this time it works:
ABC: + fraig_store
ABC: + fraig_restore
ABC: + map
ABC: +
ABC: + retime -D -D 15000
Are we missing a step before the first retime that inserts sequential elements?
efabless/openlane