Fixed bug which broke the non Zicclsm configs.

This commit is contained in:
Rose Thompson 2023-11-10 16:08:04 -06:00
parent 3e5aa77b5d
commit 89bf1a5cf9

View File

@ -172,6 +172,7 @@ module lsu import cvw::*; #(parameter cvw_t P) (
assign ByteMaskSpillM = ByteMaskM;
assign LSUWriteDataSpillM = LSUWriteDataM;
assign MemRWSpillM = MemRWM;
assign {SpillStallM, SelStoreDelay} = '0;
end
/////////////////////////////////////////////////////////////////////////////////////////////