Changed "Writing cell" to "Generating output for cell" from the
"gds write" command, since "Writing cell" is easily confused with writing a .mag database file. "Generating output" seems clearer to me. Maybe it's just me.
This commit is contained in:
parent
3b137a6d14
commit
bb453f976e
|
|
@ -804,7 +804,7 @@ calmaProcessDef(def, outf, do_library)
|
|||
if (isReadOnly && hasContent && CalmaAddendum) return (0);
|
||||
|
||||
/* Give some feedback to the user */
|
||||
TxPrintf(" Writing cell %s\n", def->cd_name);
|
||||
TxPrintf(" Generating output for cell %s\n", def->cd_name);
|
||||
|
||||
/*
|
||||
* Output the definitions for any of our descendants that have
|
||||
|
|
|
|||
Loading…
Reference in New Issue