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

Non-functional fixes to exu_alu testbench #174

Merged
merged 2 commits into from
Jun 5, 2024

Conversation

RRozak
Copy link
Member

@RRozak RRozak commented Jun 5, 2024

It fixes a typo and changes an if statement to an assert. The if that is replaced contains a list of operations, which forces us to modify it whenever we add a test of new operation. All these operations are listed in conditions of if statements that are a few lines above. If an operation doesn't have a corresponding if statement, the result variable is None, which is checked by an assert, which I added.

Copy link

github-actions bot commented Jun 5, 2024

Links to coverage and verification reports for this PR (#174) are available at https://chipsalliance.github.io/Cores-VeeR-EL2/

@tmichalak
Copy link
Collaborator

LGTM

@tmichalak tmichalak merged commit 522bb80 into chipsalliance:main Jun 5, 2024
165 checks passed
@tmichalak tmichalak deleted the rrozak/60210-non-functional branch October 22, 2024 13:34
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