Class Summary |
EqSynthesizer |
A class responsible for efficiently synthesizing eq operators in a
DataFlowGraph. |
LogicSynthesizer |
A class responsible for synthesizing operators in a DataFlowGraph
that correspond to Logic calls. |
MuxSynthesizer |
A class responsible for synthesizing mux operators in a
DataFlowGraph This class extends LogicSynthesizer and will call
LogicSynthesizer.createCell after sorting the inputWires as
appropriate so that the mux wires are connected correctly. |
ShiftSynthesizer |
A class responsible for synthesizing shift operators in a
DataFlowGraph This class extends LogicSynthesizer and will call
LogicSynthesizer.createCell after sorting the inputWires as
appropriate so that the shifter's wires are connected correctly. |
WidthAdjustSynthesizer |
A class responsible for synthesizing widthAdjust operators. |