Translator
firrtl.options.Translator
trait Translator[A, B] extends TransformLike[A]
A TransformLike that internally ''translates'' the input type to some other type, transforms the internal type, and converts back to the original type.
This is intended to be used to insert a TransformLike parameterized by type B into a sequence of TransformLikes parameterized by type A.
Type parameters
- A
-
the type of the TransformLike
- B
-
the internal type
Attributes
- Deprecated
-
[Since version Chisel 7.0.0]All APIs in package firrtl are deprecated. - Source
- Phase.scala
- Graph
-
- Supertypes
Members list
In this article