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
Ordering
- Alphabetic
- By Inheritance
Inherited
- RiftSetting
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- 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 aluNum: Int
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val cmChn: Int
- val dcacheParameters: DcacheParameters
- val dptEntry: Int
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fRegNum: Int
- val fpuNum: Int
- val ftChn: Int
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val hasDebugger: Boolean
- val hasL2: Boolean
- val hasLRU: Boolean
- val hasPreFetch: Boolean
- val hasVector: Boolean
- val hasuBTB: Boolean
- val hpmNum: Int
- val icacheParameters: IcacheParameters
- val ifetchParameters: IFParameters
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isLowPower: Boolean
- val isMinArea: Boolean
- val l1BeatBits: Int
- val l1DW: Int
- val memBeatBits: Int
- val mulNum: Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val opChn: Int
- val plen: Int
- val pmpNum: Int
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val rnChn: Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tlbEntry: Int
- val vRegNum: Int
- val vectorParameters: VectorParameters
- val vlen: Int
- 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]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val wbChn: Int
- val xRegNum: Int
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated