unused

dfhdl.hw.annotation.unused
object unused

Attributes

Graph
Supertypes
class Object
trait Matchable
class 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 HWAnnotation
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any
Show 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 HWAnnotation
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any
Show 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 HWAnnotation
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any
Show all