Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug(&mfsd): Not working on K = 5 or K = 6 #248

Open
wjrforcyber opened this issue Sep 15, 2023 · 0 comments
Open

Bug(&mfsd): Not working on K = 5 or K = 6 #248

wjrforcyber opened this issue Sep 15, 2023 · 0 comments

Comments

@wjrforcyber
Copy link
Contributor

Issue found on ABC version :
Commit 79456fa

Which command:
&mfsd

Description:
&mfsd manual indicates that &mfsd works on K=5 or K=6, but
On CentOS 7 while with gdb it fails on

assert( nNodesDiff >= 0 && nNodesDiff <= 3 );

assert( nNodesDiff >= 0 && nNodesDiff <= 2 );

assert( nNodesDiff >= 0 && nNodesDiff <= 3 );

Commenting all these 3 lines solve the problem on K=5 and K=6, and I have checked the equivalence already.

But on macOS Ventura 13.5.1, it just abort

UC Berkeley, ABC 1.01 (compiled Sep 14 2023 08:46:03)
================== Command history ==================
source -s abc.rc
&r i10.aig
&mfsd -K 5
=====================================================
abc 01> &r i10.aig
abc 01> &mfsd -K 5
[1]    56725 abort      ./abc

and commenting above 3 lines doesn't solve the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant