dedupGroup

chisel3.experimental.dedupGroup
object dedupGroup

Attributes

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

Members list

Value members

Concrete methods

def apply[T <: BaseModule](module: T, group: String): Unit

Assign the targeted module to a dedup group. Only modules in the same group may be deduplicated.

Assign the targeted module to a dedup group. Only modules in the same group may be deduplicated.

Value parameters

group

The name of the dedup group to assign the module to

module

The module to be marked

Attributes

Returns

Unmodified signal module

Source
Annotation.scala