Skip to content

Commit

Permalink
fix parameter paren
Browse files Browse the repository at this point in the history
  • Loading branch information
abejgonzalez committed Mar 15, 2019
1 parent 7973c09 commit a791272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/common/configs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ class WithMegaBooms extends Config((site, here, up) => {
btb = BoomBTBParameters(btbsa=true, densebtb=false, nSets=512, nWays=4, nRAS=16, tagSz=20),
bpdBaseOnly = None,
gshare = None,
tage = Some(TageParameters())),
bpdRandom = None,
tage = Some(TageParameters()),
bpdRandom = None),
dcache = Some(DCacheParams(rowBits = site(SystemBusKey).beatBytes*8,
nSets=64, nWays=16, nMSHRs=8, nTLBEntries=32)),
icache = Some(ICacheParams(fetchBytes = 8*4, rowBits = site(SystemBusKey).beatBytes*8, nSets=64, nWays=8))
Expand Down

0 comments on commit a791272

Please sign in to comment.