1
0
Fork 0

tilelink2: add earlyAck to regression

This commit is contained in:
Wesley W. Terpstra 2017-05-09 16:34:29 -07:00
parent 3e7bdcbf5e
commit 3eaa973da7
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ class TLRAMFragmenter(ramBeatBytes: Int, maxSize: Int)(implicit p: Parameters) e
TLDelayer(0.1)(
TLBuffer(BufferParams.flow)(
TLDelayer(0.1)(
TLFragmenter(ramBeatBytes, maxSize)(
TLFragmenter(ramBeatBytes, maxSize, earlyAck = true)(
TLDelayer(0.1)(
TLBuffer(BufferParams.flow)(
TLFragmenter(ramBeatBytes, maxSize/2)(