Hi,
I want to change the power nets to signal nets in edb api. I could not find a method in the documentation for this. I would appreciate if anyone knows how to do it.
Thanks
Hi @AghHossein,
thanks for contacting us.
you can have a look at this command:
for instance:
edb = Edb(edbversion=edb_version, edbpath=edb_file) edb.nets.classify_nets(power_nets=["GND", "VDD"], signal_nets=["DDR1", "DDR2"])