-
Notifications
You must be signed in to change notification settings - Fork 656
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
RoCC Punch Trough Signal #1987
Comments
I think the way to do this is
I do something similar in rerocc, where the rerocc client (RoCC accelerators) punch signals to the ReRoCC bus (which just lives in the subsystem). This doesn't use BundleBriidgeSource, it uses a custom diplomacy node implementation, but the principle is the same. See: |
Thanks, @jerryz123 . I will give it a try and would like to share my implementation here after I'm done. |
Or, for simple, just "How to punch rocc interface signals to ChipTop" , |
Hi,
|
Any help? |
Do you have any progress? |
Background Work
Feature Description
Hi all,
I am trying to develop a custom RoCC accelerator in Rocket Tile and would like to connect signals to a master MMIO Accelerator and also to ChipTop. Are there any suggestions on how to punch through the signals from RoCC to both the MMIO Accelerator and ChipTop?
Note that Master MMIO accelerator will connect to Sbus, such as connect init zero module on Sbus. And, RoCC accelerator will attach to Rocket Tile as co-processor.
Thanks
Motivating Example
Punch through the signals from RoCC to both the MMIO Accelerator and ChipTop
The text was updated successfully, but these errors were encountered: