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

BYOC Support for BlackParrot RV64GC #158

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

Conversation

dpetrisko
Copy link

@dpetrisko dpetrisko commented Oct 9, 2024

Supercedes #130, copying description here:

This PR adds support for BlackParrot simulation to OpenPiton via the BYOC framework. OpenPiton+BlackParrot on FPGA is currently beta.

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.

@dpetrisko dpetrisko changed the title Bp rc2 BYOC Support for BlackParrot RV64GC Oct 9, 2024
@@ -97,10 +104,17 @@ if {[info exists ::env(PITON_ARIANE)]} {
append ALL_DEFAULT_VERILOG_MACROS " PITON_ARIANE PITON_RV64_PLATFORM PITON_RV64_DEBUGUNIT PITON_RV64_CLINT PITON_RV64_PLIC WT_DCACHE"
}

if {[info exists ::env(PITON_BLACKPARROT)]} {
append ALL_DEFAULT_VERILOG_MACROS " PITON_BLACKPARROT PITON_RV64_PLATFORM PITON_RV64_DEBUGUNIT PITON_RV64_CLINT PITON_RV64_PLIC"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we probably don't want PITON_RV64_DEBUGUNIT here right?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah probably. We do have debug unit support, but I think it's not hooked up right now

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