chisel3.probe
Members list
Type members
Classlikes
Attributes
- Source
- Probe.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Probe.type
Attributes
- Source
- ProbeValue.scala
- Supertypes
- Self type
-
ProbeValue.type
Attributes
- Source
- Probe.scala
- Supertypes
- Self type
-
RWProbe.type
Attributes
- Source
- ProbeValue.scala
- Supertypes
- Self type
-
RWProbeValue.type
Value members
Concrete methods
Initialize a probe with a provided probe value.
Initialize a probe with a provided probe value.
Value parameters
- probeExpr
-
value to initialize the sink to
- sink
-
probe to initialize
Attributes
- Source
- package.scala
Override existing driver of a writable probe. If called within the scope of a when block, the force will only occur on cycles that the when condition is true.
Override existing driver of a writable probe. If called within the scope of a when block, the force will only occur on cycles that the when condition is true.
Fires only when reset has been asserted and then deasserted through the Disable API.
Value parameters
- probe
-
writable Probe to force
- value
-
to force onto the probe
Attributes
- Source
- package.scala
Override existing driver of a writable probe on initialization.
Override existing driver of a writable probe on initialization.
Value parameters
- probe
-
writable Probe to force
- value
-
to force onto the probe
Attributes
- Source
- package.scala
Access the value of a probe.
Access the value of a probe.
Value parameters
- source
-
probe whose value is getting accessed
Attributes
- Source
- PackageIntf.scala
Release driver on a probe. If called within the scope of a when block, the release will only occur on cycles that the when condition is true.
Release driver on a probe. If called within the scope of a when block, the release will only occur on cycles that the when condition is true.
Fires only when reset has been asserted and then deasserted through the Disable API.
Value parameters
- probe
-
writable Probe to release
Attributes
- Source
- package.scala
Release initial driver on a probe.
Release initial driver on a probe.
Value parameters
- probe
-
writable Probe to release
Attributes
- Source
- package.scala