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
force a fixed upper bound on the number of loop iterations (e.g. by changing while(true) into for(auto i=0; i<10; ++i)) if you really want to use this option.
When I run
mig_algebraic_depth_rewriting_splitters
for c5315.v with the parameterselective
, I found that therun_selective
is endless.And while in mockturtle::buffer_insertion::optimize can be not finished:
Can you help me solve it?
The text was updated successfully, but these errors were encountered: