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 two no longer relevant TODO's in id_stage. #843

Conversation

silabs-oysteink
Copy link
Contributor

No description provided.

@@ -695,15 +695,14 @@ module cv32e40x_id_stage import cv32e40x_pkg::*;
assign sys_en_o = sys_en;

// stall control for multicyle ID instructions (currently only misaligned LSU)
assign multi_cycle_id_stall = 1'b0; //todo:ok Zce push/pop will use this
assign multi_cycle_id_stall = 1'b0;
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't understand the comment about misaligned LSU. Shouldn't we just remove this signal all together if it is not going to be used?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That's true. It is used on E40S for splitting hardened jumps and branches, but not on E40X. I will remove it.

…this signal was tied to 0 and the original intention for the signal is no longer valid.

SEC clean

Signed-off-by: Oystein Knauserud <[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 28, 2023
@Silabs-ArjanB Silabs-ArjanB merged commit 938ebe5 into openhwgroup:master Apr 28, 2023
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