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

TraceDoctor #1469

Closed
wants to merge 7 commits into from
Closed

TraceDoctor #1469

wants to merge 7 commits into from

Conversation

bgottschall
Copy link

@bgottschall bgottschall commented May 10, 2023

TraceDoctor support for FireSim.

TraceDoctor is a high-performance tracing interface that allows efficient tracing of arbitrary signals in a FireSim simulation. TraceDoctor employs a highly parallel worker framework to parse tracing data and enables on-the-fly compression of information to cope with huge amounts of tracing data. (https://fires.im/workshop-2023/)

I'm not sure how to handle sub repositories with such an PR. Changes to the following subrepositories should be handled individually:

@jerryz123
Copy link
Contributor

@bgottschall I opened a few PRs in rocket-chip/boom/testchipip adding an API to avoid having to create a whole new set of BundleBridge components.

The new API should support arbitrary signals being traced out of the core.

If that API looks good, we can push the rocket-chip PR through, then update this PR (or another) once rocket-chip gets bumped in Chipyard.

@jerryz123 jerryz123 mentioned this pull request May 15, 2023
16 tasks
@jerryz123
Copy link
Contributor

At this point, the APIs necessary for TraceDoctor in the RTL generators have been upstreamed and merged into main. The remaining work to be done remains solely in Firesim, in the implementation of the TraceBridge and TraceDriver.

@jerryz123 jerryz123 closed this Aug 21, 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.

2 participants