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

Refactoring per issue #449 #932

Merged
merged 1 commit into from
Aug 29, 2024
Merged

Conversation

ai-mannamalai
Copy link
Contributor

Refactoring per issue #449
#449: cleanup: share components of verilog emitter and tfhe-rs emitter;
- the Verilog code is refactored with TfheRustBool; however the TfheRust code is different in being a sum of products
which is handled here.
Fixes #449

@j2kun
Copy link
Collaborator

j2kun commented Aug 23, 2024

Is this PR intended to have code changes for verilog emitter instead of cmake changes?

@ai-mannamalai
Copy link
Contributor Author

Is this PR intended to have code changes for verilog emitter instead of cmake changes?

Yes; the PR is only added for completeness and I'm hoping the PR raised for 3312deb is merged before this one

…emitter;

- the Verilog code is refactored with TfheRustBool; however the TfheRust code is different in being a sum of products
  which is handled here.

- Fixes google#449
@ai-mannamalai
Copy link
Contributor Author

Is this PR intended to have code changes for verilog emitter instead of cmake changes?

Yes; the PR is only added for completeness and I'm hoping the PR raised for 3312deb is merged before this one

I dropped the CMakeLists change

@ai-mannamalai
Copy link
Contributor Author

reminder

@j2kun j2kun added the pull_ready Indicates whether a PR is ready to pull. The copybara worker will import for internal testing label Aug 29, 2024
@copybara-service copybara-service bot merged commit f9e59fc into google:main Aug 29, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pull_ready Indicates whether a PR is ready to pull. The copybara worker will import for internal testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cleanup: share components of verilog emitter and tfhe-rs emitter
3 participants