1
0

change number of tlb entries

This commit is contained in:
Yunsup Lee
2012-03-16 17:08:03 -07:00
parent f0157b9e2a
commit d38603a4ee
2 changed files with 3 additions and 2 deletions

View File

@ -28,7 +28,7 @@ class rocketProc(resetSignal: Bool = null) extends Component(resetSignal)
val dtlb = new rocketDTLB(DTLB_ENTRIES);
val itlb = new rocketITLB(ITLB_ENTRIES);
val vitlb = new rocketITLB(ITLB_ENTRIES);
val vitlb = new rocketITLB(VITLB_ENTRIES)
val ptw = new rocketPTW();
val arb = new rocketDmemArbiter(DCACHE_PORTS)