ForceNameAnnotation

chisel3.util.experimental.ForceNameAnnotation
case class ForceNameAnnotation(target: IsMember, name: String) extends SingleTargetAnnotation[IsMember]

Links the user-specified name to force to, with the signal/instance in the FIRRTL design

Value parameters

name

name to force it to be

target

signal/instance to force the name

Attributes

Source
ForceNames.scala
Graph
Supertypes
trait Serializable
trait Annotation
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Create another instance of this Annotation

Create another instance of this Annotation

Attributes

Source
ForceNames.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def serialize: String

Optional pretty print

Optional pretty print

Attributes

Note

rarely used

Inherited from:
Annotation
Source
Annotation.scala
def update(renames: RenameMap): Seq[Annotation]

Update the target based on how signals are renamed

Update the target based on how signals are renamed

Attributes

Inherited from:
SingleTargetAnnotation
Source
Annotation.scala