Skip to content

Conversation

@wjrforcyber
Copy link
Contributor

A tiny fix.
We are missing the spec name after &put, which leads to

./abc -c "read_aiger i10.aig; strash; &get; &put; cec -n"
======== ABC command line "read_aiger i10.aig; strash; &get; &put; cec -n"
The external spec is not given.

After the fix:

./abc -c "read_aiger i10.aig; strash; &get; &put; cec -n"
======== ABC command line "read_aiger i10.aig; strash; &get; &put; cec -n"
Networks are equivalent after structural hashing.  Time =     0.00 sec

Signed-off-by: JingrenWang <wjrforcyber@163.com>
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

Successfully merging this pull request may close these issues.

1 participant