ProbeValue

chisel3.probe.ProbeValue
object ProbeValue extends SourceInfoDoc

Attributes

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

Members list

Value members

Concrete methods

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

Create a read-only probe expression.

Create a read-only 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