lip6 / coriolis

Coriolis VLSI EDA Tool (LIP6)
https://coriolis.lip6.fr
GNU General Public License v2.0
47 stars 5 forks source link

Simplify netlist edits around routing #79

Open Coloquinte opened 10 months ago

Coloquinte commented 10 months ago

Many edits are performed around routing, such as insertion of power rails/ring/routing pads. Currently these calls are put in several places and duplicated. For example, setupPowerRails is called in two placed, depending on whether the router is in channel routing mode or not.

It would be nice to put all such netlist edits in a clearly delineated step, so it's easier to know where database modifications are performed and why.