c

rift2Chip

RiftSetting

case class RiftSetting(hasL2: Boolean = true, hasDebugger: Boolean = true, hasPreFetch: Boolean = false, hasuBTB: Boolean = true, hasLRU: Boolean = false, hasVector: Boolean = false, isMinArea: Boolean = false, isLowPower: Boolean = false, ftChn: Int = 8, rnChn: Int = 2, cmChn: Int = 2, opChn: Int = 4, wbChn: Int = 4, xRegNum: Int = 64, fRegNum: Int = 64, vRegNum: Int = 64, pmpNum: Int = 1, hpmNum: Int = 4, l1BeatBits: Int = 128, memBeatBits: Int = 128, vlen: Int = 39, plen: Int = 32, tlbEntry: Int = 16, ifetchParameters: IFParameters = IFParameters( uBTB_entry = 16, uBTB_tag_w = 16, btb_cl = 4096, bim_cl = 4096, ras_dp = 256, tage_table = 6, ), l1DW: Int = 256, dptEntry: Int = 16, aluNum: Int = 2, mulNum: Int = 1, fpuNum: Int = 0, vectorParameters: VectorParameters = VectorParameters(), icacheParameters: IcacheParameters = IcacheParameters(
bk = 1,
cb = 4,
cl = 256
)
, dcacheParameters: DcacheParameters = DcacheParameters(
bk = 8,
cb = 8,
cl = 256,
stEntry = 16,
sbEntry = 16,
)
)
extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RiftSetting
  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 RiftSetting(hasL2: Boolean = true, hasDebugger: Boolean = true, hasPreFetch: Boolean = false, hasuBTB: Boolean = true, hasLRU: Boolean = false, hasVector: Boolean = false, isMinArea: Boolean = false, isLowPower: Boolean = false, ftChn: Int = 8, rnChn: Int = 2, cmChn: Int = 2, opChn: Int = 4, wbChn: Int = 4, xRegNum: Int = 64, fRegNum: Int = 64, vRegNum: Int = 64, pmpNum: Int = 1, hpmNum: Int = 4, l1BeatBits: Int = 128, memBeatBits: Int = 128, vlen: Int = 39, plen: Int = 32, tlbEntry: Int = 16, ifetchParameters: IFParameters = IFParameters( uBTB_entry = 16, uBTB_tag_w = 16, btb_cl = 4096, bim_cl = 4096, ras_dp = 256, tage_table = 6, ), l1DW: Int = 256, dptEntry: Int = 16, aluNum: Int = 2, mulNum: Int = 1, fpuNum: Int = 0, vectorParameters: VectorParameters = VectorParameters(), icacheParameters: IcacheParameters = IcacheParameters(
    bk = 1,
    cb = 4,
    cl = 256
    )
    , dcacheParameters: DcacheParameters = DcacheParameters(
    bk = 8,
    cb = 8,
    cl = 256,
    stEntry = 16,
    sbEntry = 16,
    )
    )

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 aluNum: Int
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. val cmChn: Int
  8. val dcacheParameters: DcacheParameters
  9. val dptEntry: Int
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. val fRegNum: Int
  12. val fpuNum: Int
  13. val ftChn: Int
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. val hasDebugger: Boolean
  16. val hasL2: Boolean
  17. val hasLRU: Boolean
  18. val hasPreFetch: Boolean
  19. val hasVector: Boolean
  20. val hasuBTB: Boolean
  21. val hpmNum: Int
  22. val icacheParameters: IcacheParameters
  23. val ifetchParameters: IFParameters
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val isLowPower: Boolean
  26. val isMinArea: Boolean
  27. val l1BeatBits: Int
  28. val l1DW: Int
  29. val memBeatBits: Int
  30. val mulNum: Int
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. val opChn: Int
  35. val plen: Int
  36. val pmpNum: Int
  37. def productElementNames: Iterator[String]
    Definition Classes
    Product
  38. val rnChn: Int
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. val tlbEntry: Int
  41. val vRegNum: Int
  42. val vectorParameters: VectorParameters
  43. val vlen: Int
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. val wbChn: Int
  48. val xRegNum: Int

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