Chisel

ChiselError

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
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def check(m: ⇒ String, version: Version, errline: StackTraceElement): Unit

  8. def check(m: ⇒ String, version: Version): Unit

    enqueue a check message

  9. def checkpoint(): Unit

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

  10. def clear(): Unit

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. val compatibilityFailureLevel: Int

  13. def contains(chiselError: ChiselError): Boolean

  14. final def eq(arg0: AnyRef): Boolean

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

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

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

  18. def error(chiselError: ChiselError): Unit

    emit an error message

  19. val errorLevel: Int

  20. def finalize(): Unit

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

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

  23. def getCheckList: List[ChiselError]

  24. final def getClass(): Class[_]

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

  26. def hasChecks: Boolean

  27. var hasErrors: Boolean

  28. def hashCode(): Int

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

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

  30. def isEmpty: Boolean

  31. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  35. def printChiselStackTrace(): Unit

  36. def report(): Unit

    Prints error messages generated by Chisel at runtime.

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

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

  39. def toString(): String

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

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

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

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

    emit a warning message

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

  45. val warningLevel: Int

Inherited from AnyRef

Inherited from Any

Ungrouped