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

remove duplicate RVMODEL_BOOT macro #481

Merged
merged 2 commits into from
Jul 24, 2024
Merged

remove duplicate RVMODEL_BOOT macro #481

merged 2 commits into from
Jul 24, 2024

Conversation

MarcKarasek
Copy link
Collaborator

This was causing compile of test suites to crash

Description

Removed RVMODEL_BOOT from arch_test.h -- This macro is already included in all of the test code (.S) files,
NOTE: Current repo from RVI is not usable and crashes during compile of the test code (.S) files.

Related Issues

Please list all the issues related to this PR. Use NA if no issues exist

Ratified/Unratified Extensions

  • [X ] Ratified
  • Unratified

List Extensions

List the extensions that your PR affects. In case of unratified extensions, please provide a link to the spec draft that was referred to make this PR.

Reference Model Used

  • SAIL
  • Spike
  • [X ] Other - Ran our tests with this fix in place. Works

Mandatory Checklist:

  • All tests are compliant with the test-format spec present in this repo ?
  • [ X] Ran the new tests on RISCOF with SAIL/Spike as reference model successfully ?
  • [ X] Ran the new tests on RISCOF in coverage mode
  • Link to Google-Drive folder containing the new coverage reports (See this for more info): < SPECIFY HERE >
  • Link to PR in RISCV-ISAC from which the reports were generated : < SPECIFY HERE >
  • Changelog entry created with a minor patch

Optional Checklist:

  • RISCV-V CTG PR link if tests were generated using it : < SPECIFY HERE >
  • Were the tests hand-written/modified ?
  • Have you run these on any hard DUT model ? Please specify name and provide link if possible in the description
  • If you have modified arch_test.h Please provide a detailed description of the changes in the Description section above.

This was causing compile of test suites to crash
@MarcKarasek
Copy link
Collaborator Author

This is gating running our daily/weekly regression test on our DUT.

Signed-off-by: Umer Shahid <[email protected]>
@UmerShahidengr
Copy link
Collaborator

Instead of removing RVMODEL_BOOT completely, I have commented that line as this is a temporary fix. Test structure will be updated in the future and RVMODEL_BOOT will be the part of trap handler instead of each test file.

Copy link
Collaborator

@UmerShahidengr UmerShahidengr left a comment

Choose a reason for hiding this comment

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

Its good to go

@UmerShahidengr
Copy link
Collaborator

UmerShahidengr commented Jul 23, 2024

@jamesbeyond since I committed in this PR so I cant merge this one. Please add your review and merge this one.

@allenjbaum allenjbaum self-assigned this Jul 24, 2024
@allenjbaum
Copy link
Collaborator

I don't seem to be able to review this

@allenjbaum allenjbaum self-requested a review July 24, 2024 07:13
Copy link
Collaborator

@allenjbaum allenjbaum left a comment

Choose a reason for hiding this comment

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

Super simple fix - should be good to go.

@allenjbaum allenjbaum merged commit 9c65b8c into dev Jul 24, 2024
2 checks passed
@allenjbaum
Copy link
Collaborator

allenjbaum commented Jul 24, 2024 via email

@MarcKarasek
Copy link
Collaborator Author

MarcKarasek commented Jul 24, 2024 via email

@MarcKarasek
Copy link
Collaborator Author

Works ... just ran one of the extension tsests (A) and it now passes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants