Removed "UNITS \n DATABASE MICRONS" entry from all LEF file output

other than the technology LEF (when given the option to dump the
technology LEF information).
This commit is contained in:
Tim Edwards 2020-07-25 12:00:18 -04:00
parent 850df529b9
commit 19dd5638d6
2 changed files with 8 additions and 5 deletions

View File

@ -1 +1 @@
8.3.39
8.3.40

View File

@ -285,10 +285,13 @@ lefWriteHeader(def, f, lefTech, propTable, siteTable)
}
}
fprintf(f, "UNITS\n");
fprintf(f, IN0 "DATABASE MICRONS %d ;\n", LEFdbUnits);
fprintf(f, "END UNITS\n");
fprintf(f, "\n");
if (lefTech)
{
fprintf(f, "UNITS\n");
fprintf(f, IN0 "DATABASE MICRONS %d ;\n", LEFdbUnits);
fprintf(f, "END UNITS\n");
fprintf(f, "\n");
}
HashStartSearch(&hs);
nprops = 0;