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

Add csr instructions #34

Closed
6 tasks done
powerjg opened this issue Apr 12, 2019 · 2 comments
Closed
6 tasks done

Add csr instructions #34

powerjg opened this issue Apr 12, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@powerjg
Copy link
Contributor

powerjg commented Apr 12, 2019

For the class, we ignored the following instructions. If we added them, it would increase the number of workloads we could run and make it easier to use GCC to compile.

  • csrw
  • csrrs
  • csrrc
  • csrrwi
  • csrrsi
  • csrrci

We might be able to get away with adding a "CSR Unit" to hide most of this complexity.
Now that I'm thinking about it, we might be able to do this for the class version, too!

@powerjg powerjg added the enhancement New feature or request label Apr 12, 2019
@nganjehloo
Copy link
Contributor

I will take care of this :)

@nganjehloo
Copy link
Contributor

I think I finished this. CSR instructions all work

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

No branches or pull requests

2 participants