Modified LEF and DEF writes to set VERSION to 5.7, as nothing in

the output is known to be incompatible with LEF/DEF version 5.7.
This commit is contained in:
Tim Edwards 2020-05-26 17:25:44 -04:00
parent da9c180670
commit 582539e95d
2 changed files with 4 additions and 4 deletions

View File

@ -95,9 +95,9 @@ defWriteHeader(def, f, oscale, units)
TxPrintf("Diagnostic: Write DEF header for cell %s\n", def->cd_name);
/* NOTE: This routine corresponds to Envisia LEF/DEF Language */
/* Reference version 5.3 (May 31, 2000) */
/* Reference version 5.7 (November, 2009) */
fprintf(f, "VERSION 5.3 ;\n");
fprintf(f, "VERSION 5.7 ;\n");
fprintf(f, " NAMESCASESENSITIVE ON ;\n");
fprintf(f, " DIVIDERCHAR \"/\" ;\n");

View File

@ -184,9 +184,9 @@ lefWriteHeader(def, f, lefTech)
TxPrintf("Diagnostic: Write LEF header for cell %s\n", def->cd_name);
/* NOTE: This routine corresponds to Envisia LEF/DEF Language */
/* Reference version 5.3 (May 31, 2000) */
/* Reference version 5.7 (November 2009). */
fprintf(f, "VERSION 5.3 ;\n");
fprintf(f, "VERSION 5.7 ;\n");
fprintf(f, IN0 "NAMESCASESENSITIVE ON ;\n");
fprintf(f, IN0 "NOWIREEXTENSIONATPIN ON ;\n");
fprintf(f, IN0 "DIVIDERCHAR \"/\" ;\n");