Ignore

dfhdl.compiler.ir.constraints.Timing.Ignore
final case class Ignore(bitIdx: ConfigN[Int] = ..., maxFreqMinPeriod: ConfigN[RateNumber] = ...) extends SigConstraint

Attributes

Graph
Supertypes
trait HasTypeName
class Constraint
class HWAnnotation
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def codeString(using Printer): String
def copyWithNewRefs(using RefGen): this.type
def updateBitIdx(bitIdx: ConfigN[Int]): SigConstraint

Inherited methods

final def =~(that: HWAnnotation)(using MemberGetSet): Boolean

Attributes

Inherited from:
HasRefCompare
def merge(that: SigConstraint): Option[SigConstraint]

Attributes

Inherited from:
SigConstraint
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val getRefs: List[TwoWayAny]

Inherited fields

lazy val typeName: String

Attributes

Inherited from:
HasTypeName