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

Further removal of CLIC pointers using data access. #548

Conversation

silabs-oysteink
Copy link
Contributor

  • Removed logic related to NMI for CLIC pointers and write buffer 'empty' output.

Signed-off-by: Oystein Knauserud [email protected]

- Removed logic related to NMI for CLIC pointers and write buffer 'empty' output.

Signed-off-by: Oystein Knauserud <[email protected]>
@silabs-oysteink silabs-oysteink added the Component:RTL For issues in the RTL (e.g. for files in the rtl directory) label May 20, 2022
assign pending_clic_nmi = (ex_wb_pipe_i.instr_valid && ex_wb_pipe_i.instr_meta.clic_ptr && ex_wb_pipe_i.instr.bus_resp.err);
assign pending_nmi = (nmi_pending_q || pending_clic_nmi) &&
!debug_mode_q && !(dcsr_i.step && !dcsr_i.stepie);
assign pending_nmi = nmi_pending_q && !debug_mode_q && !(dcsr_i.step && !dcsr_i.stepie);
Copy link
Contributor

Choose a reason for hiding this comment

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

Update comment above as well

@Silabs-ArjanB Silabs-ArjanB merged commit b160272 into openhwgroup:master May 23, 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