-
Notifications
You must be signed in to change notification settings - Fork 653
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
Clean multiclock support #662
Comments
I think we should make SimSerial behave like it does on most test-chips where it provides it's clock off chip to be caught by the testharness and used to synchronize the "serial" data. |
I agree we should make Serial more "correct". If that leaves SimDRAM as the only widget for which punching out a clock is necessary, then I think we should just special-case it. |
Don't forget multi-clock example + documentation |
When this is complete, all default examples will be multi-clock |
Released in 1.4.0 |
This issue tracks work towards clean support of multiclock designs. The vision is to use rocketchip's new diplomatic clock graph as an API to determine how to generate and connect clocks for a multiclock design.
Change all default configs to have half-freq uncore. We decided to leave default configs unchanged, to avoid degrading simulation performance too much.Impact: rtl
The text was updated successfully, but these errors were encountered: