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
- Alphabetic
- By Inheritance
Inherited
- BaseParams
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
-  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
-   final  def !=(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def ##: Int- Definition Classes
- AnyRef → Any
 
-   final  def ==(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-  val addrRangeCounters: BigInt
-   final  def asInstanceOf[T0]: T0- Definition Classes
- Any
 
-  val beatCounters: Boolean
-    def clone(): AnyRef- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
 
-  val detectAddressCollisions: Boolean
-  val edge: Option[AXI4EdgeParameters]
-   final  def eq(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-   final  def getClass(): Class[_ <: AnyRef]- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
 
-   final  def isInstanceOf[T0]: Boolean- Definition Classes
- Any
 
-  val latencyHistograms: Boolean
-  val llcKey: Option[LLCParams]
-  val localHCycleCount: Boolean
-  val maxReadLength: Int
-  val maxReads: Int
-  val maxReadsPerID: Option[Int]
-  val maxWriteLength: Int
-  val maxWrites: Int
-  val maxWritesPerID: Option[Int]
-  val nastiKey: Option[NastiParameters]
-   final  def ne(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-   final  def notify(): Unit- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
 
-   final  def notifyAll(): Unit- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
 
-  val occupancyHistograms: Seq[Int]
-    def productElementNames: Iterator[String]- Definition Classes
- Product
 
-  val stallEventCounters: Boolean
-   final  def synchronized[T0](arg0: => T0): T0- Definition Classes
- AnyRef
 
-  val targetAddressOffset: Option[BigInt]
-  val targetAddressSpaceSize: Option[BigInt]
-  val targetCycleCounter: Boolean
-   final  def wait(arg0: Long, arg1: Int): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
-   final  def wait(arg0: Long): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
-   final  def wait(): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
-  val xactionCounters: Boolean