unused

dfhdl.hw.unused
See theunused companion trait
object unused

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
unused.type

Members list

Type members

Classlikes

final case class keep(isActive: Boolean) extends unused

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
trait unused
class HWAnnotation
trait Serializable
trait Product
trait Equals
trait HasTypeName
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any
Show all
final case class prune(isActive: Boolean) extends unused

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
trait unused
class HWAnnotation
trait Serializable
trait Product
trait Equals
trait HasTypeName
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any
Show all
final case class quiet(isActive: Boolean) extends unused

quiet suppresses the unused warning for the tagged value.

quiet suppresses the unused warning for the tagged value.

Attributes

Supertypes
trait unused
class HWAnnotation
trait Serializable
trait Product
trait Equals
trait HasTypeName
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror