<> <> <> <> TileSet _ "AlpsCells.dale"; -- ROPE giving the name of the file containing the cells Optimize _ TRUE; -- BOOL saying if permutation should be attempted. SuperOptimize _ 0; -- INT for controlling the super Permuter. Wizards only Inputs _ NIL; -- LIST OF ROPE giving the names of all inputs. Must be given. Outputs _ NIL; -- 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