VecFactory

chisel3.VecFactory
trait VecFactory extends SourceInfoDoc

Attributes

Source
Aggregate.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Vec

Members list

Value members

Concrete 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

Source
Aggregate.scala