package experimental
Content Hierarchy
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait ChiselPokeTesterUtils extends Assertions
- trait ImplicitPokeTester extends ChiselPokeTesterUtils
EXPERIMENTAL test system that provides a more ScalaTest-ey way of specifying tests, making heavy use of implicits to reduce boilerplate.
EXPERIMENTAL test system that provides a more ScalaTest-ey way of specifying tests, making heavy use of implicits to reduce boilerplate.
API very subject to change.
- trait PokeTester extends ChiselPokeTesterUtils
Basic peek-poke test system where failures are handled and reported within ScalaTest.
- sealed trait TesterBackend extends AnyRef
Value Members
- case object FirrtlInterpreterBackend extends TesterBackend with Product with Serializable
- case object IvlBackend extends TesterBackend with Product with Serializable
- case object VcsBackend extends TesterBackend with Product with Serializable
- case object VerilatorBackend extends TesterBackend with Product with Serializable
- case object VsimBackend extends TesterBackend with Product with Serializable