1
0

Don't drive D$ kill/phys signals for SimpleHellaCacheIF

They don't do anything.
This commit is contained in:
Andrew Waterman
2016-04-01 19:31:54 -07:00
parent 6d3bba6cff
commit 7285f5e6bf
4 changed files with 0 additions and 10 deletions

View File

@ -53,8 +53,6 @@ class IOGetAfterPutBlockRegression(implicit p: Parameters) extends Regression()(
io.cache.req.bits.typ := MT_W
io.cache.req.bits.cmd := M_XRD
io.cache.req.bits.tag := UInt(0)
io.cache.req.bits.kill := Bool(false)
io.cache.req.bits.phys := Bool(true)
when (put_done) { put_sent := Bool(true) }
when (io.cache.req.fire()) { get_sent := Bool(true) }