Store:
PROC [cellType: CellType, withCuteFonts:
BOOL ←
FALSE];
Assumes that the cellType is decorated with layout.
Stores the Core itself on the file named "<nameOfCellType>.core".
Stores the layout on the file named "<nameOfCellType>Layout.dale".
Stores a shell of the layout on the file named "<nameOfCellType>Shell.dale".
Retrieve:
PROC [name:
ROPE]
RETURNS [cellType: CellType];
Retrieves the Core itself from the file named "<nameOfCellType>.core".
Reattaches layout.
Decorates cellType with pins properties issued from a cell named "<nameOfCellType>" from the file named "<nameOfCellType>Shell.dale".