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

Minor syntax fix VM2 PREFETCH #19

Open
xolod79 opened this issue Mar 15, 2024 · 0 comments
Open

Minor syntax fix VM2 PREFETCH #19

xolod79 opened this issue Mar 15, 2024 · 0 comments

Comments

@xolod79
Copy link

xolod79 commented Mar 15, 2024

I think we need to change blocking to non blocking statements.

-       bir_fix = (breg[14:12] != 3'o0)    // two ops instructions
+       bir_fix <= (breg[14:12] != 3'o0)    // two ops instructions

In these places:

pc2_res = (breg[14:12] != 3'o0) // two ops instructions

bir_fix = (breg[14:12] != 3'o0) // two ops instructions

bir_fix = (breg[14:12] != 3'o0) // two ops instructions

@xolod79 xolod79 changed the title Minor syntax fix VM2 Pre Minor syntax fix VM2 PREFETCH Mar 15, 2024
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

No branches or pull requests

1 participant