WireFactory

chisel3.WireFactory
trait WireFactory

Attributes

Source
Data.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Wire

Members list

Value members

Concrete methods

def apply[T <: Data](source: => T)(implicit sourceInfo: SourceInfo): T

Construct a Wire from a type template

Construct a Wire from a type template

Value parameters

t

The template from which to construct this wire

Attributes

Source
Data.scala