Realization.SOP.To2LayerAndOr
Back to table
/*
Logic-Function-Analysis
Realization.SOP.To2LayerAndOr
[Diagram g]=Realization.SOP.To2LayerAndOr(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 AND-OR gates.
*/
//-------------------------------------------------------------------
// examples
f1=Utility.CreateDummyLogicFunction("AndOr",4,4);
f2=Utility.CreateDummyLogicFunction("AndOr",3,2);
Print(f1,f2);
[diagram]=Realization.SOP.To2LayerAndOr(f1,f2);
Print(diagram);
//-------------------------------------------------------------------
// result
Analysis IsEqual IsPositiveFunction IsZeroFunction And ToROBDD ToXORP DigitalSystem Imply list() Nor MantissaToPositiveDecimal MostSignificantDigit OrAnd SAT MaxSAT Assign StateTransitionBasedly GetExcitationTable To2layerOrAnd Simplification BestVariableOrder GetNegativeLogicFunction GetPositiveLogicFunction ComputeDONTCARE CreateDummyLogicFunction EnlargeLogicFunction var() XORP Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.