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

do not assign subfield to None #150

Merged
merged 2 commits into from
Sep 23, 2023
Merged

do not assign subfield to None #150

merged 2 commits into from
Sep 23, 2023

Conversation

neelgala
Copy link
Collaborator

Description

#126 introduced support for uarch-dependencies - however, the subfield variable in warl_class was assigned to None instead of ''. This caused a few default checks to fail - leading to false negatives.

This PR fixes that issue by re-assigning subfield to '' and modifying the checks accordingly.

Related Issues

None

Update to/for Ratified/Unratified Extensions

  • Ratified
  • Unratified
  • framework

List Extensions

None

Mandatory Checklist:

  • Make sure you have updated the versions in setup.cfg and riscv_config/__init__.py. Refer to CONTRIBUTING.rst file for further information.
  • Make sure to have created a suitable entry in the CHANGELOG.md.

@neelgala neelgala requested a review from pawks September 23, 2023 15:16
@pawks pawks merged commit b550aaa into master Sep 23, 2023
2 checks passed
@neelgala neelgala deleted the fix-subfield-assignment branch September 23, 2023 15:47
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.

2 participants