Replies: 1 comment 1 reply
-
Thanks for the update. It looks like we need a CTS test case. The heatmap obscures the hierarchy display in your image. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(I'm going to edit this post with some more detail and corrections as I gather it, the build is long running and I usually get some feedback from colleagues...)
Some observations when building the DigitalTop module from https://github.com/The-OpenROAD-Project/megaboom, which includes L2 and more. #1710 I plotted only up to and including the BoomTile module.
The results are for The-OpenROAD-Project/megaboom@bd036b2
Some noteworthy recent improvements in OpenROAD
Since #1710:
Building use Bazel and Google Cloud Artifacts
Set up a .bazelrc file in the megaboom folder as follows:
Running times
Mocking hard macros
Synthesis
Floorplan
CTS
Something is wrong with CTS, the same problem appears at floorplan...
Aha... There is more than one clock in this design. The name gives it away, but also the very large fanout of this signal...
Three clocks total from reading the design:
https://github.com/The-OpenROAD-Project/megaboom/blob/bd036b21c9217355c31a34a2a2ef41c049586a91/rtl/DigitalTop.sv#L13
So... the constraints-top.sdc needs to be adjusted to accomodate the three clocks...
Route
Report
Next steps
Beta Was this translation helpful? Give feedback.
All reactions