Uses of Interface
byucc.jhdl.base.Browser

Packages that use Browser
byucc.jhdl.apps.Jab   
byucc.jhdl.apps.Stimulator   
byucc.jhdl.apps.Viewers.Schematic   
byucc.jhdl.apps.Viewers.Waves   
byucc.jhdl.base   
 

Uses of Browser in byucc.jhdl.apps.Jab
 

Classes in byucc.jhdl.apps.Jab that implement Browser
 class BrowserCore
          Deprecated. Use byucc.jhdl.apps.Viewers.cvt instead.
 

Uses of Browser in byucc.jhdl.apps.Stimulator
 

Classes in byucc.jhdl.apps.Stimulator that implement Browser
 class Stimulator
          An interactive stimulator.
 class TriStateStimulator
          Extends the Stimulator to perform puts on tri-state buses.
 

Uses of Browser in byucc.jhdl.apps.Viewers.Schematic
 

Classes in byucc.jhdl.apps.Viewers.Schematic that implement Browser
 class AddNode
           
 class AddSubNode
           
 class AndNode
           
 class BufNode
           
 class ConstNode
           
 class GenericNode
           
 class GNDNode
           
 class IncNode
           
 class InNode
           
 class InOutNode
           
 class InvNode
           
 class MuxNode
           
 class OrNode
           
 class OutNode
           
 class RegNode
           
 class SchematicNode
          An abstract class for a schematic node that can be rendered onto the Schematic canvas.
 class ShiftNode
           
 class UDNImplementation
           
 class VCCNode
           
 class XorNode
           
 

Uses of Browser in byucc.jhdl.apps.Viewers.Waves
 

Classes in byucc.jhdl.apps.Viewers.Waves that implement Browser
 class WavesWire
           
 class WavesWireManager
          WavesWireManager.java This class keeps track of the wires: when wires are added or removed, etc.
 

Uses of Browser in byucc.jhdl.base
 

Methods in byucc.jhdl.base with parameters of type Browser
 int Wire.getZ(Browser obj)
          This is provided so that a debugger will be able to freely access a wire.
 int Wire.getX(Browser obj)
          This is provided so that a debugger will be able to freely access a wire.
 int Wire.get(Browser obj)
          This is provided so that a debugger will be able to freely access a wire.
 long Wire.getL(Browser obj)
          Long version of get for browser.
 long Wire.getZL(Browser obj)
          Long version of getZ for browser.
 long Wire.getXL(Browser obj)
          Long version of getX for browser.
 int[] Wire.getA(Browser obj)
          int[] version of get for browser.
 BV Wire.getBV(Browser obj)
          BV version of get for browser.
 BV Wire.getBV(Browser obj, BV bv)
          BV version of get for browser.
 BV Wire.getZBV(Browser obj)
          BV version of getZ for browser.
 BV Wire.getZBV(Browser obj, BV bv)
          BV version of get for browser.
 BV Wire.getXBV(Browser obj)
          BV version of getX for browser.
 BV Wire.getXBV(Browser obj, BV bv)
          BV version of get for browser.
 



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