flattenInstanceAllowDedup

chisel3.experimental.flattenInstanceAllowDedup

Attributes

Source
Annotation.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[T <: RawModule](module: T): Unit

Marks a module instance to be flattened. If this module dedups with any other module, instances of that other module will also be flattened.

Marks a module instance to be flattened. If this module dedups with any other module, instances of that other module will also be flattened.

Value parameters

module

The module to be marked

Attributes

Source
Annotation.scala