The first example converts the current (old) database
project into the (new) xcontrol format:
% xcontrol -convert
The second example sets the celltype "macro" of
two cells:
% xcontrol -macro inv oscil
The third example sets the interfacetype
"freemasks" with 3 masks (the masks have to be in
the project) of the cell oscil:
% xcontrol -freemasks:cpg,caa,cmf oscil
The fourth example sets the celltype "device"
and the interfacetype "free" of 2 cells
verbose:
% xcontrol -device -free -v term3 poly5
term3 Device Free Jun 13 15:00:12 2000
poly5 Device Free Jun 13 15:00:12 2000
The fifth example lists all cells in the actual project
with their extraction state. The first row is the cellname,
the second the celltype, the third the interfacetype and the
fourth the last date of change. If the interfacetype is
Freemasks, the masks of this cell are written just on the
next line.
% xcontrol -list
local cells:
aa C Regular Strict No status found
inv L Macro Strict Jun 13 14:49:57 2000
oscil L Macro Freemasks Jun 13 14:51:02 2000
Mask(s): cpg cca cmf
poly5 LC Device Free Jun 13 15:00:12 2000
term3 LC Device Free Jun 13 15:00:12 2000
imported cells:
rc1 L Regular Strict Jun 13 14:47:38 2000
rc2 LC Regular Strict Jun 13 14:47:38 2000
The sixth example sets all local and imported cells to
default. The local cells are set to regular, strict and the
imported cells are set to the status from the imported
project.
% xcontrol -default
|