class TestArgs extends AnyRef

This is a test argument builder, which is just there to make it easy to build specific testbenches in the regression environnement

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TestArgs
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TestArgs()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val args: ArrayBuffer[String]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  7. def dbusReadyFactor(value: Double): TestArgs.this.type
  8. def dualSim(): TestArgs.this.type
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def failAfter(value: Long): TestArgs.this.type
  12. def fsmGetc(value: String): TestArgs.this.type
  13. def fsmPutc(value: String): TestArgs.this.type
  14. def fsmPutcLr(): TestArgs.this.type
  15. def fsmSleep(value: Long): TestArgs.this.type
  16. def fsmSuccess(): TestArgs.this.type
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. def ibusReadyFactor(value: Double): TestArgs.this.type
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def loadBin(address: Long, file: String): TestArgs.this.type
  22. def loadElf(value: File): TestArgs.this.type
  23. def loadElf(value: String): TestArgs.this.type
  24. def loadU32(address: Long, value: Long): TestArgs.this.type
  25. def name(name: String): TestArgs.this.type
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def noProbe(): TestArgs.this.type
  28. def noRvlsCheck(): TestArgs.this.type
  29. def noStdin(): TestArgs.this.type
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  32. def passAfter(value: Long): TestArgs.this.type
  33. def passSymbol(value: String): TestArgs.this.type
  34. def printStats(): TestArgs.this.type
  35. def simSpeedPrinter(value: Double): TestArgs.this.type
  36. def startSymbol(value: String): TestArgs.this.type
  37. def startSymbolOffset(value: Int): TestArgs.this.type
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. def traceAll(): TestArgs.this.type
  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( ... ) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def withKonata(): TestArgs.this.type
  45. def withRvlsLog(): TestArgs.this.type
  46. def withSpikeLog(): TestArgs.this.type
  47. def withWave(): TestArgs.this.type

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped