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

[Comb] Truth table operation #5404

Merged
merged 2 commits into from
Jun 15, 2023
Merged

[Comb] Truth table operation #5404

merged 2 commits into from
Jun 15, 2023

Conversation

teqdruid
Copy link
Contributor

ExportVerilog support in follow-up PR.

@teqdruid teqdruid merged commit 5dffe3a into main Jun 15, 2023
5 checks passed
@teqdruid teqdruid deleted the dev/teqdruid/truthtable branch June 15, 2023 20:17

ArrayAttr table = getLookupTable();
if (table.size() != (1ull << numInputs))
return emitOpError("Expected lookup table of 2^n length");
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: emitOpError("Expected lookup table of 2^n length") << ", n = " << numInputs;

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.

None yet

4 participants