DeviceConfig

dfhdl.compiler.ir.constraints.DeviceConfig
See theDeviceConfig companion object
final case class DeviceConfig(flashPartName: String, interface: Interface, sizeLimitMb: Int, masterRate: ConfigN[RateNumber]) extends GlobalConstraint

Attributes

Companion
object
Graph
Supertypes
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

Inherited methods

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

Attributes

Inherited from:
HasRefCompare
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val getRefs: List[TwoWayAny]