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

Handle edge case in Gia_ManTransferTiming #317

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

povik
Copy link
Contributor

@povik povik commented Aug 7, 2024

No description provided.

@@ -2310,6 +2310,8 @@ void Gia_ManTransferPacking( Gia_Man_t * p, Gia_Man_t * pGia )
}
void Gia_ManTransferTiming( Gia_Man_t * p, Gia_Man_t * pGia )
{
if ( p == pGia )
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can happen in a call from Nf_ManPerformMapping, and before this fix the PI/PO names would be lost.

@povik povik mentioned this pull request Aug 8, 2024
@alanminko alanminko merged commit dce6e48 into berkeley-abc:master Aug 8, 2024
7 of 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