<> <> <> <> 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; <>