binaryioset
Back to table
/*
BasicType
binaryioset
[binaryioset f]=function(binaryioset g);
A pair of binary number indicates a set of inputs, internal-states and outputs.
*/
//-------------------------------------------------------------------
// examples
// used for combinatorial logic
// input -> output
[binaryioset a] = 2'b00 -> 1'b0;
// used for sequential logic
// input:state:internal_value:output
// internal_values are the outputs of the internal gates.
[binaryioset b] = 2'b00:3'b001:4'b1010:1'b0;
//-------------------------------------------------------------------
// result
IsOneFunction binary() ToBinary NineComplement StringToBinaryNumber binaryioset() ToDiagram ToDualFunction Get logicvardef() long minterm PositiveIntegerToMantissa real() real InputVariables StateVariables CreateCompactTable HuffmanMealy Balanced ROBDD DontCare TruthTable CreateFromLogicFunctions GetDontCareLogicFunction GetSubTable AdjustLogicVariableCount ComputeDONTCARE Substitute Zero