Packages

c

midas.models

BaseParams

case class BaseParams(maxReads: Int, maxWrites: Int, nastiKey: Option[NastiParameters] = None, edge: Option[AXI4EdgeParameters] = None, targetAddressOffset: Option[BigInt] = None, targetAddressSpaceSize: Option[BigInt] = None, maxReadLength: Int = 256, maxReadsPerID: Option[Int] = None, maxWriteLength: Int = 256, maxWritesPerID: Option[Int] = None, detectAddressCollisions: Boolean = false, stallEventCounters: Boolean = false, localHCycleCount: Boolean = false, latencyHistograms: Boolean = false, llcKey: Option[LLCParams] = None, xactionCounters: Boolean = true, beatCounters: Boolean = false, targetCycleCounter: Boolean = false, occupancyHistograms: Seq[Int] = Seq(0, 2, 4, 8), addrRangeCounters: BigInt = BigInt(0)) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseParams
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BaseParams(maxReads: Int, maxWrites: Int, nastiKey: Option[NastiParameters] = None, edge: Option[AXI4EdgeParameters] = None, targetAddressOffset: Option[BigInt] = None, targetAddressSpaceSize: Option[BigInt] = None, maxReadLength: Int = 256, maxReadsPerID: Option[Int] = None, maxWriteLength: Int = 256, maxWritesPerID: Option[Int] = None, detectAddressCollisions: Boolean = false, stallEventCounters: Boolean = false, localHCycleCount: Boolean = false, latencyHistograms: Boolean = false, llcKey: Option[LLCParams] = None, xactionCounters: Boolean = true, beatCounters: Boolean = false, targetCycleCounter: Boolean = false, occupancyHistograms: Seq[Int] = Seq(0, 2, 4, 8), addrRangeCounters: BigInt = BigInt(0))

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val addrRangeCounters: BigInt
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val beatCounters: Boolean
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. val detectAddressCollisions: Boolean
  9. val edge: Option[AXI4EdgeParameters]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. val latencyHistograms: Boolean
  14. val llcKey: Option[LLCParams]
  15. val localHCycleCount: Boolean
  16. val maxReadLength: Int
  17. val maxReads: Int
  18. val maxReadsPerID: Option[Int]
  19. val maxWriteLength: Int
  20. val maxWrites: Int
  21. val maxWritesPerID: Option[Int]
  22. val nastiKey: Option[NastiParameters]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. val occupancyHistograms: Seq[Int]
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. val stallEventCounters: Boolean
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. val targetAddressOffset: Option[BigInt]
  31. val targetAddressSpaceSize: Option[BigInt]
  32. val targetCycleCounter: Boolean
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. val xactionCounters: Boolean

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped