RWProbeValue

chisel3.probe.RWProbeValue
object RWProbeValue extends SourceInfoDoc

Attributes

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

Members list

Value members

Concrete methods

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

Create a read/write probe expression.

Create a read/write probe expression.

Attributes

Source
ProbeValue.scala

Inherited methods

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

Attributes

Inherited from:
ProbeValueBase (hidden)
Source
ProbeValueBase.scala