mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Replaced LSU data replication with 0 extention.
This commit is contained in:
parent
3b07584403
commit
aa5cbab0d8
@ -266,7 +266,7 @@ module lsu (
|
|||||||
end
|
end
|
||||||
|
|
||||||
if (`F_SUPPORTED)
|
if (`F_SUPPORTED)
|
||||||
mux2 #(`LLEN) datamux({{`LLEN/`XLEN}{IMAWriteDataM}}, FWriteDataM, FpLoadStoreM, IMAFWriteDataM);
|
mux2 #(`LLEN) datamux({{{`LLEN-`XLEN}{1'b0}}, IMAWriteDataM}, FWriteDataM, FpLoadStoreM, IMAFWriteDataM);
|
||||||
else assign IMAFWriteDataM = IMAWriteDataM;
|
else assign IMAFWriteDataM = IMAWriteDataM;
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user