dccm_ctl with dccm_dma_rdata corrected
This commit is contained in:
parent
1b7a0b47e1
commit
6ce67de95c
4117
lsu_dccm_ctl.fir
4117
lsu_dccm_ctl.fir
File diff suppressed because it is too large
Load Diff
1825
lsu_dccm_ctl.v
1825
lsu_dccm_ctl.v
File diff suppressed because it is too large
Load Diff
|
@ -144,7 +144,7 @@ class lsu_dccm_ctl extends Module with RequireAsyncReset with lib
|
||||||
else{
|
else{
|
||||||
io.dma_dccm_ctl.dccm_dma_rvalid := io.lsu_pkt_m.valid & io.lsu_pkt_m.bits.load & io.lsu_pkt_m.bits.dma
|
io.dma_dccm_ctl.dccm_dma_rvalid := io.lsu_pkt_m.valid & io.lsu_pkt_m.bits.load & io.lsu_pkt_m.bits.dma
|
||||||
io.dma_dccm_ctl.dccm_dma_ecc_error := io.lsu_double_ecc_error_m //from ecc
|
io.dma_dccm_ctl.dccm_dma_ecc_error := io.lsu_double_ecc_error_m //from ecc
|
||||||
io.dma_dccm_ctl.dccm_dma_rdata := Mux(io.ldst_dual_m,lsu_rdata_corr_m, Fill(2,lsu_rdata_corr_m))
|
io.dma_dccm_ctl.dccm_dma_rdata := Mux(io.ldst_dual_m,lsu_rdata_corr_m, Fill(2,lsu_rdata_corr_m(31,0)))
|
||||||
io.dma_dccm_ctl.dccm_dma_rtag := io.dma_mem_tag_m
|
io.dma_dccm_ctl.dccm_dma_rtag := io.dma_mem_tag_m
|
||||||
io.dccm_rdata_lo_r := 0.U
|
io.dccm_rdata_lo_r := 0.U
|
||||||
io.dccm_rdata_hi_r := 0.U
|
io.dccm_rdata_hi_r := 0.U
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue