keep

dfhdl.hw.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 HasTypeName
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

def this()

Concrete methods

override def codeString(using Printer): String

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

lazy val typeName: String

Attributes

Inherited from:
HasTypeName