OpenROAD
OpenROAD copied to clipboard
synchronize/commonize swig customization between tcl & python
OpenDB/src/swig/tcl/ and OpenDB/src/swig/python have different mappings. Make them common where possible or equivalent where not.
One example: // (dbGCellGrid|dbTrackGrid)::getGridPattern[XY] %apply int& OUTPUT { int& origin_x, int& origin_y, int& line_count, int& step };
is in tcl only