-
Just got the OpenROAD gui running natively on my machine and built the award-winning SERV, the world's smallest RISC-V CPU, with the tools. One thing I always wanted to do is to colorize the cells according to the verilog module they came from so that I can get a visual of how much space each part of the design takes up. Is this possible to do with the GUI? |
Beta Was this translation helpful? Give feedback.
Answered by
maliberty
May 23, 2023
Replies: 1 comment 10 replies
-
You'll want the Hierarchy Browser: As you expand the hierarchy it will color the layout. A simple example with gcd: |
Beta Was this translation helpful? Give feedback.
10 replies
Answer selected by
olofk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You'll want the Hierarchy Browser:
As you expand the hierarchy it will color the layout. A simple example with gcd: