Set:
PROC [
NumBitsPerByte: NAT ← 8,
NumBytesPerWord: NAT ← 4,
NumCyclesPerLine: NAT ← 4,
NumMemLines: NAT ← 4,
NumIOLines: NAT ← 3,
NumFIFOLines: NAT ← 4,
NumTimeOutCounterBits:
NAT ← 10]
RETURNS [INT];
SetCellTypeSpecs:
PROC [
SmallCacheSpec: CellTypeSpec ← Schematic,
SCacheHybridSpec: CellTypeSpec ← Schematic,
SCacheSpec: CellTypeSpec ← Schematic,
InnerSpec: CellTypeSpec ← Schematic,
LeftCtlSpec: CellTypeSpec ← Schematic,
RightCtlSpec: CellTypeSpec ← Schematic,
DataPathSpec: CellTypeSpec ← Schematic,
ArraySpec: CellTypeSpec ← Schematic,
OutputSectionSpec: CellTypeSpec ← Schematic,
BCyclePipeSpec: CellTypeSpec ← Schematic,
BWdWtPipeSpec: CellTypeSpec ← Schematic ];