add checksum offload support to NIC

This commit is contained in:
Howard Mao
2019-12-08 22:12:20 -08:00
parent cc564e0bfe
commit 1e0c5c5ac6
3 changed files with 5 additions and 3 deletions

View File

@@ -220,7 +220,8 @@ class WithIceNIC(inBufFlits: Int = 1800, usePauser: Boolean = false)
extends Config((site, here, up) => {
case NICKey => NICConfig(
inBufFlits = inBufFlits,
usePauser = usePauser)
usePauser = usePauser,
checksumOffload = true)
})
class WithLoopbackNICTop extends Config((site, here, up) => {