-
Notifications
You must be signed in to change notification settings - Fork 37
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
Update VeeR-EL2 codebase #93
Conversation
@mcockrell-google @howardtr @bharatpillilli Please take a look. |
fe5bd87
to
786d57c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would it be possible to also get the changes from this as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely, I included those changes.
Signed-off-by: Maciej Kurc <[email protected]>
786d57c
to
55ad1fd
Compare
@@ -856,7 +857,7 @@ import el2_pkg::*; | |||
|
|||
// ----------------- DEBUG END ----------------------------- | |||
|
|||
assign core_rst_l = rst_l & (dbg_core_rst_l | scan_mode); | |||
assign core_rst_l = rst_l & (scan_rst_l | scan_mode); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just now noticing this.... shouldn't we be using ~scan_mode since this is an active-low reset? As-is, once we enter scan_mode, scan_rst_l
has no effect on core_rst_l
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you are right @calebofearth - @Nitsirks to also confirm this. We should file a bug and fix this - and understand what test/coverage shld have covered this
This PR updates VeeR-EL2 codebase by bringing in the following changes:
rvdffppe
(rvdffppe elab issue Cores-VeeR-EL2#73, Correction of default WIDTH param value of rvdffppe Cores-VeeR-EL2#76)