AlpsDefaultParameters.alps   
Copyright © 1984 by Xerox Corporation. All rights reversed.
Created by: Bertrand Serlet, April 9, 1985 9:09:38 am PST
Last Edited: Serlet, June 27, 1985 12:29:13 pm PDT
TruthTableFile ← "";   -- ROPE giving the name of the file containing the TruthTable.
TileSet ← "AlpsCells.dale";  -- ROPE giving the name of the file containing the cells
OptimizeTRUE;     -- BOOL saying if permutation should be attempted.
InputsNIL;      -- LIST OF ROPE giving the names of all inputs. Must be given.
OutputsNIL;     -- LIST OF ROPE giving the names of all outputs. Must be given.
-- All common input and output are latches, i.e. outputs which are fed back in the inputs.
DistanceBetweenGlue ← 6;  -- specifies how often signals are reamplified. When time is not critical, it can be higher than 4
DistanceBetweenContacts ← 10; -- specifies how often poly lines should be connected to metal2.
Debug FALSE;    -- Internal flag used only for program debugging