save [filename]
where filename is a new name for the cell as well as the root name of the .mag file to be saved.
The save command saves the current edit cell to disk. If filename is specified, then the layout will be saved to "filename.mag", and the current edit cell will be renamed to filename.The save command differs from writeall in several ways: save does not descend the hierarchy, and does not prompt the user for an action.
save is implemented as a built-in command in magic.
writeall
Return to command index |
Last updated: March 7, 2020 at 1:06pm