-
Notifications
You must be signed in to change notification settings - Fork 9
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
update frisc #479
base: main
Are you sure you want to change the base?
update frisc #479
Conversation
apps/frisc/test/regfile.fil
Outdated
data: ['G,'G+1] 32, | ||
rin1: ['G,'G+1] 5, | ||
rin2: ['G,'G+1] 5 | ||
@[G,G+1] reset:1, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like old syntax that won't compile. Can we add the frisc
tests to the test suite?
apps/frisc/test/decode.fil
Outdated
@[G, G+1] funct:8, | ||
@[G, G+1] isAdd:1, // 1 if add, 0 if sub | ||
@[G, G+1] isArith:1, // 1 if arith, 0 if log | ||
@[G, G+1] rf_write:1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Old syntax
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of the files have the old syntax. Not sure if that is a merge problem or just out of date code. We should also add testing for this stuff to make sure things compile.
I think something got messed up in one of the merges, thanks for pointing out. Planning on updating the tests before merging as well |
version on main was incomplete. tests disabled for now