trait AdvTests extends PeekPokeTests
- Annotations
- @deprecated
- Deprecated
(Since version chisel-iotesters 2.5.0) chisel-iotesters is end-of-life. Use chiseltest instead, see https://www.chisel-lang.org/chiseltest/migrating-from-iotesters.
- Source
- AdvTester.scala
- Alphabetic
- By Inheritance
- AdvTests
- PeekPokeTests
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
- abstract def cycles: Long
- abstract def do_until(work: ⇒ Unit)(pred: ⇒ Boolean, maxCycles: Long = 0L): Boolean
- abstract def eventually(pred: ⇒ Boolean, maxCycles: Long = 0L): Boolean
-
abstract
def
expect[T <: Element](signal: T, expected: BigInt, msg: ⇒ String = "")(implicit arg0: Pokeable[T]): Boolean
Check the given signal value.
Check the given signal value. Returns false and displays the given message if the value is not equal to the expected value.
- returns
Boolean - true if signal is equal
- Definition Classes
- PeekPokeTests
-
abstract
def
expect(good: Boolean, msg: ⇒ String): Boolean
Check the given condition, and if false, display the given message.
Check the given condition, and if false, display the given message.
- returns
Boolean - true if condition is true
- Definition Classes
- PeekPokeTests
-
abstract
def
finish: Boolean
- Definition Classes
- PeekPokeTests
-
implicit abstract
def
int[T <: Element](x: T)(implicit arg0: Pokeable[T]): BigInt
- Definition Classes
- PeekPokeTests
-
implicit abstract
def
int(x: Long): BigInt
- Definition Classes
- PeekPokeTests
-
implicit abstract
def
int(x: Int): BigInt
- Definition Classes
- PeekPokeTests
-
implicit abstract
def
int(x: Boolean): BigInt
- Definition Classes
- PeekPokeTests
-
abstract
def
peek[T <: Element](signal: T)(implicit arg0: Pokeable[T]): BigInt
- Definition Classes
- PeekPokeTests
-
abstract
def
peek(path: String): BigInt
Get actual value of a signal.
-
abstract
def
peekAt[T <: Element](signal: Mem[T], off: Int)(implicit arg0: Pokeable[T]): BigInt
- Definition Classes
- PeekPokeTests
-
abstract
def
poke[T <: Element](signal: T, x: BigInt)(implicit arg0: Pokeable[T]): Unit
- Definition Classes
- PeekPokeTests
-
abstract
def
poke(path: String, x: BigInt): Unit
Set a signal value
Set a signal value
- Definition Classes
- PeekPokeTests
-
abstract
def
pokeAt[T <: Element](signal: Mem[T], x: BigInt, off: Int)(implicit arg0: Pokeable[T]): Unit
- Definition Classes
- PeekPokeTests
-
abstract
def
println(msg: String = ""): Unit
Display message
Display message
- Definition Classes
- PeekPokeTests
- abstract def reg_poke[T <: Element](port: T, target: BigInt)(implicit arg0: Pokeable[T]): Unit
-
abstract
def
reset(n: Int): Unit
Set reset during n cycles
Set reset during n cycles
- Definition Classes
- PeekPokeTests
-
abstract
def
rnd: Random
- Definition Classes
- PeekPokeTests
-
abstract
def
step(n: Int): Unit
Advance the simulation by n steps.
Advance the simulation by n steps.
- Definition Classes
- PeekPokeTests
-
abstract
def
t: Long
Get the actual step value (simTime)
Get the actual step value (simTime)
- returns
simTime - number of steps since begining of simulation
- Definition Classes
- PeekPokeTests
- abstract def takestep(work: ⇒ Unit = {}): Unit
- abstract def takesteps(n: Int)(work: ⇒ Unit = {}): Unit
- abstract def until(pred: ⇒ Boolean, maxCycles: Long = 0L)(work: ⇒ Unit): Boolean
- abstract def wire_poke[T <: Element](port: T, target: BigInt)(implicit arg0: Pokeable[T]): Unit
Concrete 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated