Object/Class

Chisel

ChiselError

Related Docs: class ChiselError | package Chisel

Permalink

object ChiselError

This Singleton implements a log4j compatible interface. It is used through out the Chisel package to report errors and warnings detected at runtime.

Source
ChiselError.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ChiselError
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def checkpoint(): Unit

    Permalink

    Throws an exception if there has been any error recorded before this point.

  6. def clear(): Unit

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def contains(chiselError: ChiselError): Boolean

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def error(m: String): Unit

    Permalink
  12. def error(mf: ⇒ String, line: StackTraceElement): Unit

    Permalink
  13. def error(chiselError: ChiselError): Unit

    Permalink

    emit an error message

  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def findFirstUserInd(stack: Array[StackTraceElement]): Option[Int]

    Permalink
  16. def findFirstUserLine(stack: Array[StackTraceElement]): Option[StackTraceElement]

    Permalink
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getErrorList: List[ChiselError]

    Permalink
  19. var hasErrors: Boolean

    Permalink
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. def info(m: String): Unit

    Permalink

    Emit an informational message (useful to track long running passes)

  22. def isEmpty: Boolean

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def printChiselStackTrace(): Unit

    Permalink
  28. def report: Unit

    Permalink

    Prints error messages generated by Chisel at runtime.

  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def tag(name: String, color: String): String

    Permalink
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def warning(m: ⇒ String): Unit

    Permalink

    emit a warning message

  36. def warning(m: ⇒ String, errline: StackTraceElement): Unit

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped