coriolis icon indicating copy to clipboard operation
coriolis copied to clipboard

Simplify netlist edits around routing

Open Coloquinte opened this issue 2 years ago • 0 comments

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.

Coloquinte avatar Oct 31 '23 10:10 Coloquinte