1
0

make partial write-masking PutBlock constructor always set alloc bit

This commit is contained in:
Howard Mao 2015-11-20 13:34:07 -08:00
parent 24f7b9f472
commit 941b64cd62

View File

@ -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,