1
0

fix issue with partial writemasks

This commit is contained in:
Howard Mao
2016-03-24 19:52:12 -07:00
parent 6c48dc3471
commit e1a03cc9ac
3 changed files with 6 additions and 2 deletions

View File

@ -35,6 +35,8 @@ class WithGroundTest extends Config(
}
}
case GroundTestMaxXacts => 1
case GroundTestCSRs => Nil
case RoccNCSRs => site(GroundTestCSRs).size
case UseFPU => false
})
@ -101,6 +103,8 @@ class WithDmaStreamTest extends Config(
case DmaStreamTestSettings => DmaStreamTestConfig(
source = 0x10, dest = 0x28, len = 0x18,
size = site(StreamLoopbackWidth) / 8)
case GroundTestCSRs =>
Seq(DmaCtrlRegNumbers.CSR_BASE + DmaCtrlRegNumbers.OUTSTANDING)
})
class WithNastiConverterTest extends Config(