-
Notifications
You must be signed in to change notification settings - Fork 1k
aiger2: fix empty cell input #5525
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
Conversation
That's kind of odd to me, given that |
|
On a decent proc'd design like |
|
I forgot |
(Perhaps there's a miscommunication here? yosys/techlibs/lattice/synth_lattice.cc Line 545 in 9871e9b
This is, to me, shows abc9 is a valid command by itself.)
|
|
I don't know what you mean sorry |
|
|
I see. Well, neither is a command you could run on an arbitrary well-formed design without more commands in the context, or added arguments. There's a test now though |
Fix #5169 in a boring way. Not sure how to test this, since the reproducer uses
abc_newwithout arguments which will fail anyway.abc_newis never called by the test suite so I can't extend an existing test either