https://open-source-silicon.dev logo
m

mehdi

09/24/2020, 5:53 PM
@User thanks, can you share an example that does that?
a

Ahmed Ghazy

09/24/2020, 6:26 PM
@mehdi: Here's an example using the python interface; not sure which one you're using, but they are all almost the same. There are 2 instances in
spm.placement.def
. The
create_custom_net.py
script will create a net and connect two pins from those instances (provided you have the opendbpy python module installed). Run it with:
Copy code
python3 create_custom_net.py
openroad -exit route.tcl
m

mehdi

09/24/2020, 8:04 PM
Thanks @Ahmed Ghazy. I need to figure out how to install the opendbpy module
a

Ahmed Ghazy

09/25/2020, 2:23 PM
Let me know if you are having trouble
🙂 1
m

mehdi

09/25/2020, 3:08 PM
This works fine!
👍 2