Pokable

chisel3.simulator.Pokable
trait Pokable[T <: Data]

Attributes

Source
PeekPokeAPI.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait PeekPokable[T]
class TestableData[T]
class TestableRecord[T]
class TestableVec[T]
trait TestableElement[T]
class TestableBool
class TestableEnum[T]
class TestableSInt
class TestableUInt
Show all

Members list

Value members

Abstract methods

def poke(literal: T): Unit

Sets the value of a data port.

Sets the value of a data port.

Value parameters

literal

the value to set, which must be a literal

Attributes

Source
PeekPokeAPI.scala