firrtl.passes.wiring
package firrtl.passes.wiring
Members list
Type members
Deprecated classlikes
case class SinkAnnotation(target: Named, pin: String) extends SingleTargetAnnotation[Named]
A module, e.g. ExtModule etc., that should add the input pin
A module, e.g. ExtModule etc., that should add the input pin
Attributes
- Deprecated
-
[Since version Chisel 7.0.0]All APIs in package firrtl are deprecated. - Source
- WiringTransform.scala
- Supertypes
-
trait Serializabletrait SingleTargetAnnotation[Named]trait Annotationtrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class SourceAnnotation(target: ComponentName, pin: String) extends SingleTargetAnnotation[ComponentName]
A component, e.g. register etc. Must be declared only once under the TopAnnotation
A component, e.g. register etc. Must be declared only once under the TopAnnotation
Attributes
- Deprecated
-
[Since version Chisel 7.0.0]All APIs in package firrtl are deprecated. - Source
- WiringTransform.scala
- Supertypes
-
trait Serializabletrait Annotationtrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
In this article