package privilege
- Alphabetic
- Public
- Protected
Type Members
- case class CSRInfo(name: String, address: Int, isRO: Boolean, priv: Int, isDMode: Boolean) extends Product with Serializable
- class CSR_Bundle extends RiftBundle
- class CauseBundle extends Bundle
- class CounterenBundle extends Bundle
- class CsrOperator extends Bundle
- class CsrScoreBoard extends CsrScoreBoardBase with CsrScoreBoardXPU with CsrScoreBoardFPU with CsrScoreBoardVPU with CsrScoreBoardMemoryProtect
- abstract class CsrScoreBoardBase extends RiftModule
An abstract class that extends RiftModule and defines a CSR scoreboard base module.
- trait CsrScoreBoardFPU extends AnyRef
A trait that extends CsrScoreBoardBase and defines a scoreboard module for the FALU instruction.
- class CsrScoreBoardIO extends RiftBundle
An interface for the CSR scoreboard signals.
- trait CsrScoreBoardMemoryProtect extends AnyRef
- trait CsrScoreBoardVPU extends AnyRef
- trait CsrScoreBoardXPU extends AnyRef
A trait that extends CsrScoreBoardBase and defines a scoreboard module for the CSR Instruction.
- class DcsrBundle extends Bundle
- class Exe_Port extends CsrOperator
- class FCSRBundle extends Bundle
- class FPUCsrIO extends RiftBundle
An interface for FPUCsrIO signals.
- trait Info_access_lvl extends Bundle
- class Info_cmm_mmu extends RiftBundle
- class Info_mmu_req extends RiftBundle with Info_access_lvl
- class Info_mmu_rsp extends RiftBundle
- class Info_pmpcfg extends Bundle
- class Info_pte_sv39 extends Bundle
- class Info_ptw_rsp extends Bundle with Info_access_lvl
- class Info_tlb_tag extends Bundle
- class MMU extends RiftModule
Top layer of Memory management unit
Top layer of Memory management unit
including instruction-translation-lookaside-buffer with physical-memory-protection
including data-translation-lookaside-buffer with physical-memory-protection
including page-table-walker with physical-memory-protection
- class MSIntBundle extends Bundle
- class MStatusBundle extends Bundle
Machine Status Registers
- class PMP extends RiftModule
physical memory protection It asserts that only 8 pmp entry is implemented
- class PTW extends PTWBase with PTWStateMachine with PTWWALK with PTWNCache with PTWBus
page table walker
- class PTWBase extends RiftModule
- trait PTWBus extends AnyRef
- trait PTWCache extends AnyRef
- trait PTWNCache extends AnyRef
- trait PTWStateMachine extends AnyRef
- trait PTWWALK extends AnyRef
- class PmpcfgBundle extends Bundle
- class SatpBundle extends Bundle
- class TLB extends RiftModule
translation lookaside buffer for instance both itlb and dtlb
- class TLB_Renew_Bundle extends Info_pte_sv39
- class TVecBundle extends Bundle
- trait UpdateCsrFilesFun extends AnyRef
- class VCSRBundle extends Bundle
- class VConfigBundle extends RiftBundle
- class VPUCsrIO extends FPUCsrIO
An interface for VPUCsrIO signals.
- class XPUCsrIO extends RiftBundle
An interface for XPUCsrIO signals.
Value Members
- object CSRInfoTable
- object PMP
make up a factory to instance the pmp
- object PTWState
- object Reg_Exe_Port