inlineInstanceAllowDedup

chisel3.experimental.inlineInstanceAllowDedup

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 inlined. If this module dedups with any other module, instances of that other module will also be inlined.

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

Value parameters

module

The module to be marked

Attributes

Source
Annotation.scala