Corrected an error in the "lef write" command that prevents

obstruction layers from being generated in the output LEF file.
This commit is contained in:
Tim Edwards 2017-10-05 16:55:01 -04:00
parent b5dd3304ee
commit a35134ef60
1 changed files with 1 additions and 0 deletions

View File

@ -972,6 +972,7 @@ lefWriteMacro(def, f, scale)
for (pNum = PL_PAINTBASE; pNum < DBNumPlanes; pNum++)
{
lc.pNum = pNum;
DBSrPaintArea((Tile *)NULL, lefFlatDef->cd_planes[pNum],
&TiPlaneRect, &DBAllButSpaceAndDRCBits,
lefYankGeometry, (ClientData) &lc);