FullAdder.alps
Copyright © 1984 by Xerox Corporation. All rights reversed.
Created by: Bertrand Serlet, September 26, 1985 1:46:28 pm PDT
Last Edited: Serlet, April 15, 1985 6:19:35 pm PST
TruthTableFile ← "FullAdder.tt"; -- ROPE giving the name of the file containing the TruthTable.
Optimize ← TRUE; -- BOOL saying if permutation should be attempted.
Inputs ← LIST["InputA", "InputB", "InputC"]; -- LIST OF ROPE giving the names of all inputs. Must be given.
Outputs ← LIST["Carry", "Sum"]; -- LIST OF ROPE giving the names of all outputs. Must be given.
DistanceBetweenGlue ← 99;
PrintRows ← 5;