Vec

chisel3.Vec
See theVec companion class
object Vec extends VecFactory

Attributes

Companion
class
Source
Aggregate.scala
Graph
Supertypes
trait VecFactory
class Object
trait Matchable
class Any
Self type
Vec.type

Members list

Value members

Inherited methods

def apply[T <: Data](n: Int, gen: T)(implicit sourceInfo: SourceInfo): Vec[T]

Creates a new Vec with n entries of the specified data type.

Creates a new Vec with n entries of the specified data type.

Attributes

Note

elements are NOT assigned by default and have no value

Inherited from:
VecFactory
Source
Aggregate.scala