AsReadOnly

chisel3.Data.AsReadOnly
implicit class AsReadOnly[T <: Data](self: T)

Attributes

Source
Data.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def readOnly(implicit sourceInfo: SourceInfo): T

Returns a read-only view of this Data

Returns a read-only view of this Data

It is illegal to connect to the return value of this method. This Data this method is called on must be a hardware type.

Attributes

Source
Data.scala