Realization.SOP.To2LayerAndXor
Back to table
/*
Logic-Function-Analysis
Realization.SOP.To2LayerAndXor
[Diagram g]=Realization.SOP.To2LayerAndXor(LogicFunction F,...);
F : a list of logic functions
g : a logic function in the Diagram form.
Realize a list of logic function with the two layer AND-XOR gates.
*/
//-------------------------------------------------------------------
// examples
f1=Utility.CreateDummyLogicFunction("AndOr",4,4);
f2=Utility.CreateDummyLogicFunction("AndOr",3,2);
Print(f1,f2);
[diagram]=Realization.SOP.To2LayerAndXor(f1,f2);
Print(diagram);
//-------------------------------------------------------------------
// result
IsUnateFunction AndXor ToBinary GrayCode NineComplement ToAndXor ToNotFunction ToShannonTree ToTruthTable Eq LeastSignificantDigit MantissaToPositiveInteger MostSignificantDigit PositiveDecimalToMantissa To2LayerOrAnd Backwardly OutputAndStateBasedly ToStateTransitionTable CreateCompactTable CreateCompactTableWithFullSimplification GetExcitationTable ToDigitalSystem BestVariableOrder FastVerificationData Full SimpleInner ComputeDONTCARE Normalization Substitute Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.