DataViewable

chisel3.experimental.dataview.`package`.DataViewable
implicit class DataViewable[T](target: T)

Provides viewAs for types that have an implementation of DataProduct

Calling viewAs also requires an implementation of DataView for the target type

Attributes

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

Members list

Value members

Concrete methods

def viewAs[V <: Data](implicit dataproduct: DataProduct[T], dataView: DataView[T, V], sourceInfo: SourceInfo): V

Attributes

Source
package.scala