InstanceBaseModuleExtensions
Attributes
- Source
- Instance.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Attributes
- Source
- Instance.scala
If this is an instance of a Module, returns the toAbsoluteTarget of this instance
If this is an instance of a Module, returns the toAbsoluteTarget of this instance
Attributes
- Returns
-
absoluteTarget of this instance
- Source
- Instance.scala
Returns a FIRRTL ReferenceTarget that references this object, relative to an optional root.
Returns a FIRRTL ReferenceTarget that references this object, relative to an optional root.
If root is defined, the target is a hierarchical path starting from root.
If root is not defined, the target is a hierarchical path equivalent to toAbsoluteTarget.
Attributes
- Note
-
If
rootis defined, and has not finished elaboration, this must be called withinatModuleBodyEnd.The NamedComponent must be a descendant of
root, if it is defined.This doesn't have special handling for Views.
- Source
- Instance.scala
Attributes
- Source
- Instance.scala
If this is an instance of a Module, returns the toTarget of this instance
If this is an instance of a Module, returns the toTarget of this instance
Attributes
- Returns
-
target of this instance
- Source
- Instance.scala