MixedVecInit
chisel3.util.MixedVecInit
object MixedVecInit
Create a MixedVec wire with default values as specified, and type of each element inferred from those default values.
This is analogous to VecInit.
Attributes
- Returns
-
MixedVec with given values assigned
- Example
-
MixedVecInit(Seq(100.U(8.W), 10000.U(16.W), 101.U(32.W))) - Source
- MixedVec.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MixedVecInit.type
Members list
In this article