Uses of Class
byucc.jhdl.JHDLException

Packages that use JHDLException
byucc.jhdl.apps.Viewers.FloorPlan   
byucc.jhdl.base   
byucc.jhdl.contrib.modgen   
byucc.jhdl.CSRC   
byucc.jhdl.DRC   
byucc.jhdl.Logic   
byucc.jhdl.Logic.Modules   
byucc.jhdl.netlisters   
byucc.jhdl.platforms.util   
byucc.jhdl.platforms.util.multicontext   
byucc.jhdl.platforms.util.readback   
byucc.jhdl.synth   
byucc.jhdl.synth.classparse   
byucc.jhdl.synth.graph   
byucc.jhdl.TERA   
byucc.jhdl.Xilinx   
byucc.jhdl.Xilinx.Virtex   
byucc.jhdl.Xilinx.Virtex2   
byucc.jhdl.Xilinx.XC4000.techmap   
byucc.jhdl.Xilinx.XC9000   
 

Uses of JHDLException in byucc.jhdl.apps.Viewers.FloorPlan
 

Subclasses of JHDLException in byucc.jhdl.apps.Viewers.FloorPlan
 class FloorPlanException
          This is thrown when a problem occurs while floor-planning
 

Uses of JHDLException in byucc.jhdl.base
 

Subclasses of JHDLException in byucc.jhdl.base
 class BuildException
          This exception is the basic exception for all JHDL errors related to circuit building.
 class BVException
          Designed to allow exception trapping related directly to the BV class.
 class CellInterfaceException
          Thrown when there is a problem interpreting a cell interface.
 class CompiledCodeException
          This is thrown when a user cell does not have a behavioral model, but an attempt is made to use the cell behaviorally
 class NoBehavioralModelException
          This is thrown when a user cell does not have a behavioral model, but an attempt is made to use the cell behaviorally
 class PutGetException
          This is thrown when an attempt is made to access a wire when it is not allowed.
 class SimulationException
          This is thrown when an error occurs during simulation.
 class TypeException
          This is thrown in relation to binding parameters, when types clash.
 class UnboundException
          This is thrown when evaluating a parameter that has not yet been bound.
 class UnimplementedException
          This is thrown when a user calls a simulation method on a cell that does not define that method.
 

Uses of JHDLException in byucc.jhdl.contrib.modgen
 

Subclasses of JHDLException in byucc.jhdl.contrib.modgen
 class ModgenException
          This is thrown when invalid parameters cause a module generator to fail.
 

Uses of JHDLException in byucc.jhdl.CSRC
 

Subclasses of JHDLException in byucc.jhdl.CSRC
 class CSRCTechMapException
          This is thrown when there is a problem tech-mapping a CSRC circuit.
 

Uses of JHDLException in byucc.jhdl.DRC
 

Methods in byucc.jhdl.DRC with parameters of type JHDLException
static void DesignRuleChecker.msg(JHDLException je)
          Outputs the stack trace of je to the user based on the value of currentMessageType.
static void DesignRuleChecker.msg(JHDLException je, int type)
          Outputs the stack trace of je to the user based on the value of type.
protected static void DesignRule.msg(JHDLException je)
          Outputs the stack trace of je to the user based on the value of currentMessageType.
protected static void DesignRule.msg(JHDLException je, int type)
          Outputs the stack trace of je to the user based on the value of type.
 

Uses of JHDLException in byucc.jhdl.Logic
 

Subclasses of JHDLException in byucc.jhdl.Logic
 class LogicException
          Thrown when there is a problem in a Logic call.
 class TestException
          This exception is used to identify errors found with the LibrarySelfTester.
 

Uses of JHDLException in byucc.jhdl.Logic.Modules
 

Subclasses of JHDLException in byucc.jhdl.Logic.Modules
 class ModulesException
          This is thrown when invalid parameters cause a module generator to fail.
 

Uses of JHDLException in byucc.jhdl.netlisters
 

Subclasses of JHDLException in byucc.jhdl.netlisters
 class NetlistException
          This is thrown when there is a problem in netlisting a circuit.
 

Uses of JHDLException in byucc.jhdl.platforms.util
 

Subclasses of JHDLException in byucc.jhdl.platforms.util
 class DeclarationException
           
 class InvalidPortException
          This is thrown when invalid port use is attempted in a board model.
 

Uses of JHDLException in byucc.jhdl.platforms.util.multicontext
 

Subclasses of JHDLException in byucc.jhdl.platforms.util.multicontext
 class MultiContextException
          This is thrown when there is a problem tech-mapping a CSRC circuit.
 

Uses of JHDLException in byucc.jhdl.platforms.util.readback
 

Subclasses of JHDLException in byucc.jhdl.platforms.util.readback
 class ReadBackDataException
          This exception class is used to indicate that various error conditions experienced by the ReadBackData class.
 

Uses of JHDLException in byucc.jhdl.synth
 

Subclasses of JHDLException in byucc.jhdl.synth
 class CorruptStackException
          An exception for when the stack appears to be corrupt
 class SynthesisException
          This is thrown when there is a problem with synthesis.
 

Uses of JHDLException in byucc.jhdl.synth.classparse
 

Subclasses of JHDLException in byucc.jhdl.synth.classparse
 class ExecuteException
          This is thrown when a method cannot be executed during synthesis.
 class MethodNotFoundException
          This is thrown when a method is not found during synthesis.
 class ParseException
          This is thrown when a problem occurs parsing during synthesis.
 

Uses of JHDLException in byucc.jhdl.synth.graph
 

Subclasses of JHDLException in byucc.jhdl.synth.graph
 class AmbiguousGetException
          An exception that is thrown if a method cannot retrieve the desired data due to an ambiguity.
 class CyclicGraphException
          An exception that is thrown if any DAG method determines that the graph contains cycles.
 

Uses of JHDLException in byucc.jhdl.TERA
 

Subclasses of JHDLException in byucc.jhdl.TERA
 class TechMapException
          This is thrown when there is a problem tech-mapping a CSRC circuit.
 

Uses of JHDLException in byucc.jhdl.Xilinx
 

Subclasses of JHDLException in byucc.jhdl.Xilinx
 class XilinxTechMapException
          Thrown when there is a problem tech-mapping a Xilinx part.
 

Uses of JHDLException in byucc.jhdl.Xilinx.Virtex
 

Subclasses of JHDLException in byucc.jhdl.Xilinx.Virtex
 class VirtexTechMapException
          Thrown when there is a problem tech-mapping to a Virtex part
 

Uses of JHDLException in byucc.jhdl.Xilinx.Virtex2
 

Subclasses of JHDLException in byucc.jhdl.Xilinx.Virtex2
 class Virtex2TechMapException
          Thrown when there is a problem tech-mapping to a Virtex2 part
 

Uses of JHDLException in byucc.jhdl.Xilinx.XC4000.techmap
 

Subclasses of JHDLException in byucc.jhdl.Xilinx.XC4000.techmap
 class IncoherentCellsException
          This is thrown when an attempt to map dissimilar cells that claim to be identical via the CellInterfaceDeterminesUniqueNetlistStructure method.
 class XC4000TechMapException
          This is thrown when an error occurs while tech-mapping a Xilinx XC4000 part.
 

Uses of JHDLException in byucc.jhdl.Xilinx.XC9000
 

Subclasses of JHDLException in byucc.jhdl.Xilinx.XC9000
 class XC9000TechMapException
          Thrown when there is a problem tech-mapping to a XC9000 part
 



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