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

[rv_dm,dv] Remove TODOs when setting reset values in env cfgs #20919

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

rswarbrick
Copy link
Contributor

The TODOs were reminding us to verify that the numbers are right. They are! The values are stored in the hartinfo array in rv_dm.sv, which gets initialised with DebugHartInfo (defined a few lines earlier). This has reset values that match the DV code.

The TODOs were reminding us to verify that the numbers are right. They
are! The values are stored in the hartinfo array in rv_dm.sv, which
gets initialised with DebugHartInfo (defined a few lines earlier).
This has reset values that match the DV code.

Signed-off-by: Rupert Swarbrick <[email protected]>
@rswarbrick rswarbrick added Component:DV DV issue: testbench, test case, etc. IP:rv_dm labels Jan 22, 2024
@rswarbrick rswarbrick requested a review from a team as a code owner January 22, 2024 16:24
@rswarbrick rswarbrick requested review from eshapira and removed request for a team January 22, 2024 16:24
Copy link
Contributor

@marnovandermaas marnovandermaas left a comment

Choose a reason for hiding this comment

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

Thanks for making sure these are tested in DV!

@marnovandermaas marnovandermaas merged commit df543eb into lowRISC:master Feb 5, 2024
32 checks passed
@rswarbrick rswarbrick deleted the rv-dm-env-cfg-todos branch February 5, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component:DV DV issue: testbench, test case, etc. IP:rv_dm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants