cleanup, lots of minor fixes, added more PCR regs (COREID, NUMCORES), parameterized BTB
This commit is contained in:
@ -17,7 +17,7 @@ class ioDmem(view: List[String] = null) extends Bundle(view) {
|
||||
val resp_miss = Bool('output);
|
||||
val resp_val = Bool('output);
|
||||
val resp_data = Bits(64, 'output);
|
||||
val resp_tag = Bits(13, 'output);
|
||||
val resp_tag = Bits(12, 'output);
|
||||
}
|
||||
|
||||
// interface between D$ and next level in memory hierarchy
|
||||
|
Reference in New Issue
Block a user