trait PeekPokeTests extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- PeekPokeTests
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
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
-
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
- abstract def finish: Boolean
- implicit abstract def int[T <: Element](x: T)(implicit arg0: Pokeable[T]): BigInt
- implicit abstract def int(x: Long): BigInt
- implicit abstract def int(x: Int): BigInt
- implicit abstract def int(x: Boolean): BigInt
- abstract def peek[T <: Element](signal: T)(implicit arg0: Pokeable[T]): BigInt
-
abstract
def
peek(path: String): BigInt
Get actual value of a signal.
Get actual value of a signal.
- returns
BigInt - actual value read
- abstract def peekAt[T <: Element](signal: Mem[T], off: Int)(implicit arg0: Pokeable[T]): BigInt
- abstract def poke[T <: Element](signal: T, x: BigInt)(implicit arg0: Pokeable[T]): Unit
-
abstract
def
poke(path: String, x: BigInt): Unit
Set a signal value
- abstract def pokeAt[T <: Element](signal: Mem[T], x: BigInt, off: Int)(implicit arg0: Pokeable[T]): Unit
-
abstract
def
println(msg: String = ""): Unit
Display message
-
abstract
def
reset(n: Int): Unit
Set reset during n cycles
- abstract def rnd: Random
-
abstract
def
step(n: Int): Unit
Advance the simulation by n steps.
-
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
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )