Uses of Interface
byucc.jhdl.synth.OperatorSynthesizer

Packages that use OperatorSynthesizer
byucc.jhdl.synth.operators   
 

Uses of OperatorSynthesizer in byucc.jhdl.synth.operators
 

Classes in byucc.jhdl.synth.operators that implement OperatorSynthesizer
 class EqSynthesizer
          A class responsible for efficiently synthesizing eq operators in a DataFlowGraph.
 class LogicSynthesizer
          A class responsible for synthesizing operators in a DataFlowGraph that correspond to Logic calls.
 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.
 



Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.