inlineInstance

chisel3.experimental.inlineInstance

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. This module is excluded from deduplication, so any other instances of this same module won't be inlined.

Marks a module instance to be inlined. This module is excluded from deduplication, so any other instances of this same module won't be inlined.

Value parameters

module

The module instance to be marked

Attributes

Source
Annotation.scala