firrtl.RenameMap
See theRenameMap companion object
Map old names to new names
These are mutable datastructures for convenience
Attributes
- Companion
- object
- Deprecated
-
[Since version Chisel 7.0.0]All APIs in package firrtl are deprecated. - Source
- RenameMap.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Create new RenameMap that merges this and renameMap
Value parameters
- next
-
the map to chain with this map
Attributes
- Note
-
Self renames will be recorded
Rename to/tos will be made distinct
- Source
- RenameMap.scala
Renames a CompleteTarget
Renames a CompleteTarget
Value parameters
- t
-
target to rename
Attributes
- Returns
-
renamed targets
- Source
- RenameMap.scala
Get renames of a CompleteTarget
Get renames of a CompleteTarget
Value parameters
- key
-
Target referencing the original circuit
Attributes
- Returns
-
Optionally return sequence of targets that key remaps to
- Source
- RenameMap.scala
Get renames of a IsMember
Get renames of a IsMember
Value parameters
- key
-
Target referencing the original member of the circuit
Attributes
- Returns
-
Optionally return sequence of targets that key remaps to
- Source
- RenameMap.scala
Attributes
- Source
- RenameMap.scala
Attributes
- Source
- RenameMap.scala
Attributes
- Source
- RenameMap.scala
Attributes
- Returns
-
Whether this RenameMap has collected any changes
- Source
- RenameMap.scala
Visualize the RenameMap
In this article