mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Don't use this commit yet. Untested.
This commit is contained in:
parent
719b00e338
commit
40e7cda84a
@ -39,7 +39,10 @@ module subwordwrite (
|
||||
);
|
||||
|
||||
// Compute byte masks
|
||||
swbytemask swbytemask(.Size(LSUFunct3M[1:0]), .Adr(LSUPAdrM), .ByteMask(ByteMaskM));
|
||||
//swbytemask swbytemask(.Size(LSUFunct3M[1:0]), .Adr(LSUPAdrM), .ByteMask(ByteMaskM));
|
||||
// *** fix me.
|
||||
swbytemaskword #(.WORDLEN(`XLEN))
|
||||
swbytemaskword (.Size(LSUFunct3M[2:0]), .Adr(LSUPAdrM), .ByteMask(ByteMaskM));
|
||||
|
||||
// Replicate data for subword writes
|
||||
if (`XLEN == 64) begin:sww
|
||||
|
Loading…
Reference in New Issue
Block a user