Skip to content

Fix(&put): Missing spec in cec#475

Merged
alanminko merged 1 commit intoberkeley-abc:masterfrom
wjrforcyber:master
Feb 1, 2026
Merged

Fix(&put): Missing spec in cec#475
alanminko merged 1 commit intoberkeley-abc:masterfrom
wjrforcyber:master

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>
@alanminko alanminko merged commit 70a1275 into berkeley-abc:master Feb 1, 2026
9 checks passed
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.

2 participants