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
Ordering
- Alphabetic
- By Inheritance
Inherited
- TestArgs
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TestArgs()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val args: ArrayBuffer[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- def dbusReadyFactor(value: Double): TestArgs.this.type
- def dualSim(): TestArgs.this.type
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def failAfter(value: Long): TestArgs.this.type
- def fsmGetc(value: String): TestArgs.this.type
- def fsmPutc(value: String): TestArgs.this.type
- def fsmPutcLr(): TestArgs.this.type
- def fsmSleep(value: Long): TestArgs.this.type
- def fsmSuccess(): TestArgs.this.type
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def ibusReadyFactor(value: Double): TestArgs.this.type
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def loadBin(address: Long, file: String): TestArgs.this.type
- def loadElf(value: File): TestArgs.this.type
- def loadElf(value: String): TestArgs.this.type
- def loadU32(address: Long, value: Long): TestArgs.this.type
- def name(name: String): TestArgs.this.type
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noProbe(): TestArgs.this.type
- def noRvlsCheck(): TestArgs.this.type
- def noStdin(): TestArgs.this.type
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def passAfter(value: Long): TestArgs.this.type
- def passSymbol(value: String): TestArgs.this.type
- def printStats(): TestArgs.this.type
- def simSpeedPrinter(value: Double): TestArgs.this.type
- def startSymbol(value: String): TestArgs.this.type
- def startSymbolOffset(value: Int): TestArgs.this.type
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def traceAll(): TestArgs.this.type
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withKonata(): TestArgs.this.type
- def withRvlsLog(): TestArgs.this.type
- def withSpikeLog(): TestArgs.this.type
- def withWave(): TestArgs.this.type
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated