quiet

dfhdl.hw.unused.quiet
final case class quiet(isActive: Boolean) extends unused

quiet suppresses the unused warning for the tagged value.

Attributes

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

Members list

Value members

Constructors

def this()

Concrete methods

def codeString(using Printer): String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product