keep

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

keep suppresses the unused warning, and also attempts to keep 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