chisel3.stage.RemapLayer
See theRemapLayer companion object
case class RemapLayer(oldLayer: Layer, newLayer: Layer) extends NoTargetAnnotation, ChiselOption, Unserializable
This records a mapping from an old chisel3.layer.Layer to a new chisel3.layer.Layer.
This is intended to be used by a downstream Chisel project that is using an upstream Chisel project which has different layers and the user would like to align the upstream project with the downstream.
Value parameters
- newLayer
-
the new layer that the old layer should be replaced with
- oldLayer
-
the old layer that should be remapped
Attributes
- Companion
- object
- Source
- ChiselAnnotations.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Unserializabletrait ChiselOptiontrait NoTargetAnnotationtrait Annotationtrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article