unused
dfhdl.hw.annotation.unused
object unused
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
unused.type
Members list
Type members
Classlikes
final class keep(val isActive: Boolean) extends HWAnnotation
keep
suppresses the unused warning, and also attempts to keep the tagged value.
keep
suppresses the unused warning, and also attempts to keep the tagged value.
Attributes
- Supertypes
-
class HWAnnotationtrait StaticAnnotationclass Annotationclass Objecttrait Matchableclass AnyShow all
final class prune(val isActive: Boolean) extends HWAnnotation
prune
removes all the redundant paths until and including the tagged value.
prune
removes all the redundant paths until and including the tagged value.
Attributes
- Supertypes
-
class HWAnnotationtrait StaticAnnotationclass Annotationclass Objecttrait Matchableclass AnyShow all
final class quiet(val isActive: Boolean) extends HWAnnotation
quiet
suppresses the unused warning for the tagged value.
quiet
suppresses the unused warning for the tagged value.
Attributes
- Supertypes
-
class HWAnnotationtrait StaticAnnotationclass Annotationclass Objecttrait Matchableclass AnyShow all
In this article