Realization.POS.To2LayerNor
Back to table
/*
Logic-Function-Analysis
Realization.POS.To2LayerNor
[Diagram g]=Realization.POS.To2LayerNor(LogicFunction F,...);
F : a list of logic functions
g : a logic function in the Diagram form
Realize a list of POS with the two layer NOR-NOR 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.To2LayerNor(f1,f2);
Print(diagram);
//-------------------------------------------------------------------
// result
IsBiUnateFunctionTo IsThresholdFunction IsZeroFunction AndOr Binary BCDEx3 BinaryNumberToString PureBinary binaryioset Convert ToShannonTree DiagramGateName Not NumberSystem PositiveIntegerToMantissa One Or OrAnd To2LayerNor To2LayerOrAnd Save OutputAndStateBasedly ToFeedbackSystem CreateCompactTable DontCare Full RandomGenerate ShannonExpansion var() Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.