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
MatchLogicFunction IsCovering IsLinearFunction IsZeroFunction And AndXor binary() AbsoluteExpression FromBinary BinaryNumberToString ToNotFunction Diagram Dimacs Eq Equiv Imply Load LogicScript MantissaToPositiveInteger OrAnd Solve Save ToFeedbackSystem StateTransition GetPositiveLogicFunction EnlargeLogicFunction Normalization Substitute Xor Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.