1
0

more itlb integration & cleanup

This commit is contained in:
Rimas Avizienis
2011-11-09 23:18:14 -08:00
parent c29d2821b4
commit 9aca403aa8
6 changed files with 13 additions and 11 deletions

View File

@ -29,7 +29,7 @@ class ioDcache(view: List[String] = null) extends Bundle(view) {
val req_wdata = Bits(128, 'input);
val req_rw = Bool('input);
val resp_data = Bits(128, 'output);
val resp_tag = Bits(3, 'output);
// val resp_tag = Bits(3, 'output);
val resp_val = Bool('output);
}