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

[rtl] Refactor register files to bring common logic together #2217

Open
GregAC opened this issue Sep 17, 2024 · 0 comments
Open

[rtl] Refactor register files to bring common logic together #2217

GregAC opened this issue Sep 17, 2024 · 0 comments

Comments

@GregAC
Copy link
Collaborator

GregAC commented Sep 17, 2024

We have 3 register file implementations, one flip-flop based, one latch based and one targetting FPGA implementation. They all duplicate various bits of security hardening logic. The register files should be refactored so the security hardening logic is in a common module as much as is possible and keeping the per-implementation logic to a minimum.

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

No branches or pull requests

1 participant