Skip to content

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
}

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