Package

chisel3.tester.experimental

UncheckedClockPoke

Permalink

package UncheckedClockPoke

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UncheckedClockPoke
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class UncheckedPokeableClock extends AnyRef

    Permalink

    This provides a quick and dirty way to poke clocks.

    This provides a quick and dirty way to poke clocks. Inter-thread dependency is NOT checked, so it is up to you to understand the thread ordering semantics to use this correctly. Note that thread ordering IS deterministic, so you will NOT get a nondeterministic test.

Inherited from AnyRef

Inherited from Any

Ungrouped