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

Removed nmi_addr_i; removed USE_DEPRECATED_FEATURE_SET parameter #512

Merged
merged 3 commits into from
Apr 20, 2022
Merged

Removed nmi_addr_i; removed USE_DEPRECATED_FEATURE_SET parameter #512

merged 3 commits into from
Apr 20, 2022

Conversation

Silabs-ArjanB
Copy link
Contributor

SEC equivalent if USE_DEPRECATED_FEATURE_SET = 0.
Did not run assertion check flow as that is currently not compiling.
Note that the a_rvfi_nmip_nmi_handler was fixed as well. It was not correct for either setting of USE_DEPRECATED_FEATURE_SET. I don't know why these assertions are excluded from formal runs (I will check with Halfdan).
Signed-off-by: Arjan Bink [email protected]

@Silabs-ArjanB Silabs-ArjanB added the Component:RTL For issues in the RTL (e.g. for files in the rtl directory) label Apr 20, 2022
@@ -338,7 +337,7 @@ module cv32e40x_wrapper
rvfi_sva(.irq_ack(core_i.irq_ack),
.dbg_ack(core_i.dbg_ack),
.ebreak_in_wb_i(core_i.controller_i.controller_fsm_i.ebreak_in_wb),
.nmi_addr_i(core_i.nmi_addr_i),
.mtvec_addr_i(core_i.mtvt_addr),
Copy link
Contributor

Choose a reason for hiding this comment

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

This seems wrong, should it be connected to core_i.mtvec_addr?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed now

Signed-off-by: Arjan Bink <[email protected]>
@silabs-oysteink silabs-oysteink merged commit 2e47d30 into openhwgroup:master Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component:RTL For issues in the RTL (e.g. for files in the rtl directory)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants