RWProbe

chisel3.probe.RWProbe
object RWProbe extends SourceInfoDoc

Attributes

Source
Probe.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
RWProbe.type

Members list

Value members

Concrete methods

def apply[T <: Data](source: => T)(using SourceInfo): T

Mark a Chisel type with a writable probe modifier.

Mark a Chisel type with a writable probe modifier.

Attributes

Source
Probe.scala
def apply[T <: Data](source: => T, color: Layer)(using SourceInfo): T

Mark a Chisel type with a wirtable probe modifier and layer color.

Mark a Chisel type with a wirtable probe modifier and layer color.

Attributes

Source
Probe.scala

Inherited methods

protected def apply[T <: Data](source: => T, writable: Boolean)(implicit sourceInfo: SourceInfo): T

Attributes

Inherited from:
ProbeBase (hidden)
Source
ProbeBase.scala
protected def apply[T <: Data](source: => T, writable: Boolean, _color: Option[Layer])(implicit sourceInfo: SourceInfo): T

Attributes

Inherited from:
ProbeBase (hidden)
Source
ProbeBase.scala