case class ForceNameAnnotation(target: IsMember, name: String) extends SingleTargetAnnotation[IsMember] with Product with Serializable
Links the user-specified name to force to, with the signal/instance in the FIRRTL design
- target
signal/instance to force the name
- name
name to force it to be
- Annotations
- @deprecated
- Deprecated
(Since version Chisel 3.6)
- Source
- ForceNames.scala
- Exceptions thrown
firrtl.CustomTransformException
when the signal is renamed to >1 target
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ForceNameAnnotation
- Serializable
- Serializable
- SingleTargetAnnotation
- Annotation
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
ForceNameAnnotation(target: IsMember, name: String)
- target
signal/instance to force the name
- name
name to force it to be
- Exceptions thrown
firrtl.CustomTransformException
when the signal is renamed to >1 target
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
duplicate(n: IsMember): ForceNameAnnotation
- Definition Classes
- ForceNameAnnotation → SingleTargetAnnotation
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getTargets: Seq[Target]
- Definition Classes
- SingleTargetAnnotation → Annotation
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
serialize: String
- Definition Classes
- Annotation
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
target: IsMember
- Definition Classes
- ForceNameAnnotation → SingleTargetAnnotation
-
def
update(renames: RenameMap): Seq[Annotation]
- Definition Classes
- ForceNameAnnotation → SingleTargetAnnotation → Annotation
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()