You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running abc to perform retiming on a large design, and I want to make sure that the circuit pre-retiming and post-retiming are logically equivalent. Note that retiming might move and/or remove D flip-flops. The design in question has combinational and sequential elements.
If I want to perform logical equivalence checking on a large design, which is the best option?
Using Yosys's equiv_simple, equiv_induct, and equiv_make commands
Using Yosys's miter and sat commands
Using EQY
If EQY is the best option, is there an engine and a solver that is well-suited for large designs?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am running
abc
to perform retiming on a large design, and I want to make sure that the circuit pre-retiming and post-retiming are logically equivalent. Note that retiming might move and/or remove D flip-flops. The design in question has combinational and sequential elements.If I want to perform logical equivalence checking on a large design, which is the best option?
equiv_simple
,equiv_induct
, andequiv_make
commandsmiter
andsat
commandsI'm open to any and all suggestions. Thank you! 😄
Beta Was this translation helpful? Give feedback.
All reactions