package aop
- Alphabetic
- Public
- Protected
Package Members
- package injecting
- package inspecting
Deprecated Type Members
- abstract class Aspect[T <: RawModule] extends Annotation with Unserializable with NoTargetAnnotation
Represents an aspect of a Chisel module, by specifying what behavior should be done to instance, via the FIRRTL Annotation Mechanism
Represents an aspect of a Chisel module, by specifying what behavior should be done to instance, via the FIRRTL Annotation Mechanism
- T
Type of top-level module
- Annotations
- @deprecated
- Deprecated
(Since version 6.6.0) aspects are being removed in Chisel 7
- final class AspectLibrary extends RegisteredLibrary
Enables adding aspects to a design from the commandline, e.g.
Enables adding aspects to a design from the commandline, e.g. sbt> runMain chisel3.stage.ChiselMain --module <module> --with-aspect <aspect>
- Annotations
- @deprecated
- Deprecated
(Since version 6.6.0) aspects are being removed in Chisel 7