OpenROAD icon indicating copy to clipboard operation
OpenROAD copied to clipboard

synchronize/commonize swig customization between tcl & python

Open maliberty opened this issue 4 years ago • 1 comments

OpenDB/src/swig/tcl/ and OpenDB/src/swig/python have different mappings. Make them common where possible or equivalent where not.

maliberty avatar Jul 13 '21 16:07 maliberty

One example: // (dbGCellGrid|dbTrackGrid)::getGridPattern[XY] %apply int& OUTPUT { int& origin_x, int& origin_y, int& line_count, int& step };

is in tcl only

maliberty avatar Jul 13 '21 16:07 maliberty