It looks like you're new here. If you want to get involved, click one of these buttons!
Hi,
I am able to read a DEF+LEF successfully in klayout. To display the net name, I can select the net, press Q, then press the button "User Property". I don't want to see all the net names displayed. Just the name of the one that is selected, eventually with a press of a key
I've tried to assign the letter W to the function "cell_user_properties" using the setup dialog (in Customize menu) , but nothing happens.
What is the best/quickest way to display the net name in a window after a keypress (or in the bottom of the main window) for a selected net ?
Thank you
Ronan
Comments
Hi Ronan,
there is no such feature yet as user properties are rarely used in the GDS2 world that KLayout stems from. After all, KLayout is not a LEF/DEF viewer, but a mask layout tool.
It is possible to install a callback through a script that tracks the selection and displays a specific user property as the net name in the status bar (this will hide the selection information). Here is some sketch:
Please note the TODO comment.
Matthias
Thank you. I'll try that asap
Could you elaborate on the use-case ?
On top of layout viewing, openroad -gui also has netlist and timing browsers ...
Plus they are in touch with me to optimize their viewer
Use case: quickly debug DRC errors related to Non Default Rule (NDR) routing - Using a DEF can be much more effcient to identify the net(s) causing the issues