make partial write-masking PutBlock constructor always set alloc bit
This commit is contained in:
parent
24f7b9f472
commit
941b64cd62
@ -558,7 +558,7 @@ object PutBlock {
|
||||
addr_beat = addr_beat,
|
||||
data = data,
|
||||
wmask = wmask,
|
||||
alloc = (wmask != Acquire.fullWriteMask))
|
||||
alloc = Bool(true))
|
||||
}
|
||||
def apply(
|
||||
client_xact_id: UInt,
|
||||
|
Loading…
Reference in New Issue
Block a user