Realization.POS.To2LayerOrAnd
Back to table
/*
Logic-Function-Analysis
Realization.POS.To2LayerOrAnd
[Diagram g]=Realization.POS.To2LayerOrAnd(LogicFunction F,...);
F : a list of logic function
g : a logic function in the Diagram form
Realize a list of POS with the two layer OR-AND gates. All the logic function will be converted to its POS expression.
*/
//-------------------------------------------------------------------
// examples
f1=Utility.CreateDummyLogicFunction("AndOr",4,4);
f2=Utility.CreateDummyLogicFunction("AndOr",3,2);
Print(f1,f2);
[diagram]=Realization.POS.To2LayerOrAnd(f1,f2);
Print(diagram);
//-------------------------------------------------------------------
// result
Advanced IsEqual IsUnateFunction ToAndOr binary() ToBinary BCDEx3 PureBinary bool ToOrAnd ToVariableInvertedFunction DigitalSystem Eq Count Get Load logicvardef PositiveIntegerToMantissa Radixes RadixToIndex real() To2LayerAndXor Assign StateTransitionBasedly SimpleInner TruthTable GetNegativeLogicFunction IndependentBase var Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.