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

Relocate RegFile from TOP level to CORE level #95

Merged

Conversation

christian-herber-nxp
Copy link

Remove dead and related code

@christian-herber-nxp
Copy link
Author

@davideschiavone : Could you please review this?

@@ -887,8 +824,28 @@ module cve2_core import cve2_pkg::*; #(
////////////////////////
// RF (Register File) //
////////////////////////
`ifdef RVFI
`endif
begin : gen_regfile_ff

Choose a reason for hiding this comment

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

⚠️ [verible-verilog-lint] reported by reviewdog 🐶
Module-level begin-end blocks are not LRM-valid syntax. [Style: floating-begin-end-blocks] [module-begin-block]

Remove dead and related code

Signed-off-by: Szymon Bieganski <szymon.bieganski@oss.nxp.com>
@@ -346,10 +256,6 @@ module cve2_top import cve2_pkg::*; #(

end

assign alert_major_internal_o = core_alert_major;

Choose a reason for hiding this comment

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

shall we remove them from the interface as well?

Copy link

@davideschiavone davideschiavone left a comment

Choose a reason for hiding this comment

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

let's remove the alert_*_o signals from the top file

@davideschiavone davideschiavone merged commit 823f596 into openhwgroup:main Mar 3, 2023
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

3 participants