mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 18:25:27 +00:00
Fixed subword write. subword read should not feed into subword write.
This commit is contained in:
parent
a314b3cf68
commit
40922cf064
2
wally-pipelined/src/cache/dcache.sv
vendored
2
wally-pipelined/src/cache/dcache.sv
vendored
@ -239,7 +239,7 @@ module dcache
|
|||||||
.q(ReadDataW));
|
.q(ReadDataW));
|
||||||
|
|
||||||
// write path
|
// write path
|
||||||
subwordwrite subwordwrite(.HRDATA(FinalReadDataWordM),
|
subwordwrite subwordwrite(.HRDATA(ReadDataWordM),
|
||||||
.HADDRD(MemPAdrM[2:0]),
|
.HADDRD(MemPAdrM[2:0]),
|
||||||
.HSIZED({Funct3M[2], 1'b0, Funct3M[1:0]}),
|
.HSIZED({Funct3M[2], 1'b0, Funct3M[1:0]}),
|
||||||
.HWDATAIN(WriteDataM),
|
.HWDATAIN(WriteDataM),
|
||||||
|
Loading…
Reference in New Issue
Block a user