Definition

chisel3.experimental.hierarchy.core.Definition
See theDefinition companion class
object Definition extends SourceInfoDoc

Factory methods for constructing Definitions

Attributes

Companion
class
Source
Definition.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
Definition.type

Members list

Type members

Classlikes

Attributes

Source
Definition.scala
Supertypes
class Object
trait Matchable
class Any

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def apply[T <: BaseModule & IsInstantiable](proto: => T)(implicit sourceInfo: SourceInfo): Definition[T]

A construction method to build a Definition of a Module

A construction method to build a Definition of a Module

Value parameters

proto

the Module being defined

Attributes

Returns

the input module as a Definition

Source
Definition.scala

Implicits

Implicits