1
0

replace ioDCache with ioMem

This commit is contained in:
Andrew Waterman
2012-02-27 18:36:09 -08:00
parent 1d41a41afa
commit 2b1c07c723
7 changed files with 15 additions and 30 deletions

View File

@ -20,7 +20,7 @@ class ioImem(view: List[String] = null) extends Bundle (view)
class ioRocketICache extends Bundle()
{
val cpu = new ioImem();
val mem = new ioDCache().flip()
val mem = new ioMem
}
// basic direct mapped instruction cache