Uses of Class
byucc.jhdl.synth.operators.LogicSynthesizer

Packages that use LogicSynthesizer
byucc.jhdl.synth.operators   
 

Uses of LogicSynthesizer in byucc.jhdl.synth.operators
 

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.
 



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