Realization.SOP.To2LayerNand
Back to table
/*
Logic-Function-Analysis
Realization.SOP.To2LayerNand
[Diagram g]=Realization.SOP.To2LayerNand(LogicFunction F,...);
F : a list of logic functions
g : a logic function in the Diagram form
Realize a list of SOP with the two layer NAND-NAND gates.
*/
//-------------------------------------------------------------------
// examples
f1=Utility.CreateDummyLogicFunction("AndOr",4,4);
f2=Utility.CreateDummyLogicFunction("AndOr",3,2);
Print(f1,f2);
[diagram]=Realization.SOP.To2LayerNand(f1,f2);
Print(diagram);
//-------------------------------------------------------------------
// result
IsLinearFunction IsPositiveFunction IsSelfAntiDualFunction IsSelfDualFunction IsZeroFunction AndOr AbsoluteExpression List BCDEx3 BinaryNumberToString binaryioset() ToTruthTable ToVariableInvertedFunction DiagramGateName long() Nor MantissaToPositiveDecimal MostSignificantDigit RadixFromIndex ToFullAnd MaxSAT Sequential Forwardly GetExcitationTable ToDigitalSystem DontCare MultiCover StateTransition string Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.