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
- val args: ArrayBuffer[String]
- def dbusReadyFactor(value: Double): TestArgs.this.type
- def dualSim(): TestArgs.this.type
- 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
- def ibusReadyFactor(value: Double): TestArgs.this.type
- 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
- def noProbe(): TestArgs.this.type
- def noRvlsCheck(): TestArgs.this.type
- def noStdin(): TestArgs.this.type
- 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
- def traceAll(): TestArgs.this.type
- def withKonata(): TestArgs.this.type
- def withRvlsLog(): TestArgs.this.type
- def withSpikeLog(): TestArgs.this.type
- def withWave(): TestArgs.this.type