Skip to content

giaSatLut: fix &satlut expanding LUT size from K=5 to K=6#516

Open
flyingfoxyy wants to merge 1 commit into
berkeley-abc:masterfrom
flyingfoxyy:fix-satlut-k5-boundary
Open

giaSatLut: fix &satlut expanding LUT size from K=5 to K=6#516
flyingfoxyy wants to merge 1 commit into
berkeley-abc:masterfrom
flyingfoxyy:fix-satlut-k5-boundary

Conversation

@flyingfoxyy
Copy link
Copy Markdown

Sbl_CutIsFeasible only checked LutSize <= 4 before the final return Count <= 6, allowing 6-input cuts when LutSize=5. Add the missing LutSize <= 5 check after the 5th bit-strip.

Sbl_CutIsFeasible only checked LutSize <= 4 before the final
return Count <= 6, allowing 6-input cuts when LutSize=5.
Add the missing LutSize <= 5 check after the 5th bit-strip.
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