1
0

add reset pin to llc

This commit is contained in:
Yunsup Lee 2012-07-27 18:44:17 -07:00
parent 1405718ca8
commit 0a2d284d24

View File

@ -305,7 +305,7 @@ class LLCData(sets: Int, ways: Int, leaf: Mem[Bits]) extends Component
io.writeback_data.bits := q.io.deq.bits
}
class DRAMSideLLC(sets: Int, ways: Int, outstanding: Int, tagLeaf: Mem[Bits], dataLeaf: Mem[Bits]) extends Component
class DRAMSideLLC(sets: Int, ways: Int, outstanding: Int, tagLeaf: Mem[Bits], dataLeaf: Mem[Bits], resetSignal: Bool = null) extends Component(resetSignal)
{
val io = new Bundle {
val cpu = new ioMem().flip