-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Proposal] Nextgen rocket-chip planning thread. #3620
Comments
@jerryz123 @sequencer Lets try to capture ideas for improving re-usability of rocket components, as well as improving the ergonomic experience of using the existing APIs. |
The two most immediate items from my perspective are:
|
for the rocket-chip and related repos under chipsalliance we need to maintain I think we can group them into these packages, and we may deprecate and
Unlike diplomacy, I propose firstly splitting them into a separate build target(a different jar), gradually sort out the dependencies. Another goal for splitting is creating a stable IO and serializable parameter for all these public modules. It may change a lot, but for a more DV and PD friendly flow. |
yeah, i generally agree with these ideas. Probably the best plan is to just start by cleaning things up, splitting out rocket core as a tile implementation, and splitting out whatever utils we can. That'll at least reduce what people downstream need to pull in to make changes to rocket of use the more useful utils we've made. after that probably bus ips and consolidate the periphery devices into the rocket-chip blocks repo which we should also do an overhaul to. That would put us in a pretty good position to start making more structural changes to the API and parameter flows to get them into a more ergonomic state that could be stabilized more easily. |
Is it possible to publish Scala packages routinely with necessary dependencies, especially for the reusable parts? That would greatly simplifies other repos dependent on rocket-chip submodules. |
We plan to publish diplomacy regularly, but for rocket-chip, I'm still hesitating, because the API of which is still a mess. |
A goal of this work should be to enable more published sub packages, not just diplomacy. But I agree diplomacy should be the first place to start |
Yes, I'm also working on chipsalliance/chisel#3999 to provide a clear hardware interface among different projects recently. it won't be too long to finish. After finishing it, I think we can decouple provide the hardware generator with concrete parameter, and IO interfaces. At that time I think we can publish more sub-packages. |
Just pushed a change splitting the utilities out into a separate build target. Not all of them could be moved (depends on internal rocket APIs) but >90% were able to be moved. |
Type of issue: other enhancement
Impact: API modification
Development Phase: proposal
Other information
Rocket-chip next gen planning thread
Lets capture ideas on how we can improve rocket-chip going forward.
The text was updated successfully, but these errors were encountered: