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 Serializable
trait Annotation
trait Product
trait Equals
class Object
trait Matchable
class Any
Show 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 Serializable
trait Annotation
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all