package lsu
- Alphabetic
- Public
- Protected
Type Members
- class Cache_op extends Lsu_isa
the operation that dcache support
the operation that dcache support
- Note
Lsu isa
,probe
,grant
,preft
- class Dcache extends DcacheBase with DcacheScoreBoard
- abstract class DcacheBase extends DcacheModule
- trait DcacheScoreBoard extends AnyRef
- class DcacheStage extends DcacheStageBase with DcacheStageSRAM with DcacheStageLRSC with DcacheStageWData with DcacheStageBlock with DcacheStageRTN
- class DcacheStageBase extends DcacheModule
- trait DcacheStageBlock extends AnyRef
- trait DcacheStageLRSC extends AnyRef
- trait DcacheStageRTN extends AnyRef
- trait DcacheStageSRAM extends AnyRef
- trait DcacheStageWData extends AnyRef
- class Dcache_Deq_Bundle extends Dcache_ScoreBoard_Bundle
- class Dcache_Enq_Bundle extends Dcache_ScoreBoard_Bundle
- abstract class Dcache_ScoreBoard_Bundle extends DcacheBundle
- class FakeProbeUnit extends RiftModule
- class GetUnit extends RiftModule with HasDcacheParameters
The Queue of cache to request acquire and waiting for grant and ack grant Get-Mode
- class IO_Lsu extends RiftModule
- class Info_miss_req extends RiftBundle
- class Info_miss_rsp extends RiftBundle with HasDcacheParameters
- class Info_probe_req extends RiftBundle
- class Info_writeBack_req extends RiftBundle with HasDcacheParameters
the operation infomation of writeback Unit
- trait LSU_AddrTrans extends AnyRef
request mmu and get the paddr
- trait LSU_CacheMux extends AnyRef
depending on the paddr, the cache request will be divided into 4 or 8 (nm) "bank"
- trait LSU_Fault extends AnyRef
- trait LSU_LsArb extends AnyRef
Merge the request from 1) opMux (load is bypassing the stQueue) 2) store and amo form stQueue
- trait LSU_Mem extends AnyRef
- trait LSU_OpMux extends AnyRef
Mux store load amo request into three different ways
- trait LSU_RegionMux extends AnyRef
Mux request to three different region, cache, system, periph depending on paddr
- trait LSU_StQueue extends AnyRef
for store and amo, they should be push into stQueue waiting for commited and pending commit
- trait LSU_WriteBack extends AnyRef
- class Lsu extends LsuBase with LSU_AddrTrans with LSU_OpMux with LSU_StQueue with LSU_LsArb with LSU_RegionMux with LSU_CacheMux with LSU_Mem with LSU_WriteBack with LSU_Fault
- abstract class LsuBase extends DcacheModule with HasFPUParameters
- class MissUnit extends RiftModule with HasDcacheParameters
The Queue of cache to request acquire and waiting for grant and ack grant
- class ProbeUnit extends RiftModule
ProbeUnit will accept probe request from l2cache and forward it to l1cache to resp data
- class ProbeUnitIO extends RiftBundle
- class PutUnit extends RiftModule with HasDcacheParameters
a writeBack Unit accept data and paddr from l1cache and write it back to l2cache Put-Mode
- class Store_queue extends Stq_Base with Stq_Ptr with Stq_Overlap
bound to every cache
- abstract class Stq_Base extends DcacheModule
- trait Stq_Overlap extends AnyRef
- trait Stq_Ptr extends AnyRef
- class WriteBackUnit extends RiftModule with HasDcacheParameters
a writeBack Unit accept data and paddr from l1cache and write it back to l2cache Probe-Release-Mode
Value Members
- object Strb2Mask
- object get_loadRes
- object overlap_wr
- object reAlign_data
- object reAlign_strb