ClkRstInclusionPolicy

dfhdl.compiler.ir.ClkRstInclusionPolicy
enum ClkRstInclusionPolicy extends StableEnum

Sets the policy for inclusing the clock or reset signals when they are not needed

Attributes

Graph
Supertypes
trait StableEnum
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

Always include at the top and silence with @unused annotation

Always include at the top and silence with @unused annotation

Attributes

Don't include if not needed

Don't include if not needed

Attributes