Subclasses of LogicSynthesizer in byucc.jhdl.synth.operators |
class |
EqSynthesizer
A class responsible for efficiently synthesizing eq operators in a
DataFlowGraph. |
class |
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. |
class |
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. |
class |
WidthAdjustSynthesizer
A class responsible for synthesizing widthAdjust operators. |