Factory methods for constructing DataViews, see class for example use
Attributes
- Companion
- class
- Source
- DataView.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DataView.type
Members list
Value members
Concrete methods
Default factory method, alias for pairs
More general factory method for complex mappings
Construct DataViews with pairs of functions from the target and view to corresponding fields
Construct DataViews with pairs of functions from the target and view to corresponding fields
Attributes
- Source
- DataView.scala
Implicits
Implicits
All Chisel Data are viewable as their own type
Provides DataView[Seq[A], Vec[B]] for all A such that there exists DataView[A, B]
Provides DataView[Seq[A], Vec[B]] for all A such that there exists DataView[A, B]
Attributes
- Source
- DataView.scala
Provides implementations of DataView for scala.Tuple10 to HWTuple10
Provides implementations of DataView for scala.Tuple10 to HWTuple10
Attributes
- Source
- DataView.scala
Provides implementations of DataView for scala.Tuple2 to HWTuple2
Provides implementations of DataView for scala.Tuple3 to HWTuple3
Provides implementations of DataView for scala.Tuple4 to HWTuple4
Provides implementations of DataView for scala.Tuple5 to HWTuple5
Provides implementations of DataView for scala.Tuple6 to HWTuple6
Provides implementations of DataView for scala.Tuple7 to HWTuple7
Provides implementations of DataView for scala.Tuple8 to HWTuple8
Provides implementations of DataView for scala.Tuple9 to HWTuple9