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

[WIP] BYOC Support for BlackParrot RV64GC #130

Open
wants to merge 12 commits into
base: openpiton-dev
Choose a base branch
from

Conversation

dpetrisko
Copy link

This PR adds support for BlackParrot simulation to OpenPiton via the BYOC framework. OpenPiton+BlackParrot on FPGA is currently beta (read: broken =)). WIP until the FPGA version works or we find out it's too much trouble.

There is a necessary fix to the L2 cache, which replicates the data of subword requests, as required by P-Mesh. This should be compatible with existing implementations which mux the word from the correct byte offset. It just allows implementations to be lazy and use whichever is more convenient. I can separate this out to a second PR if helpful.

Depends on:

Co-authored-by: Jonathan Balkind <jbalkind@ucsb.edu>
@dpetrisko dpetrisko changed the title [WIP] Squashed version of BP changes [WIP] BYOC Support for BlackParrot RV64GC Jun 18, 2023
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.

None yet

2 participants