1
0

remove more global constants

This commit is contained in:
Andrew Waterman
2012-11-17 17:25:43 -08:00
parent cf05b604b3
commit b58214d7e3
3 changed files with 5 additions and 4 deletions

View File

@ -210,7 +210,8 @@ class Top extends Component {
val ic = ICacheConfig(128, 2, co)
val dc = DCacheConfig(128, 4, co,
nmshr = 2, nrpq = 16, nsdq = 17)
val rc = RocketConfiguration(NTILES, co, ic, dc)
val rc = RocketConfiguration(NTILES, co, ic, dc,
fpu = true, vec = false)
val tile = new Tile(resetSignal = hl.reset)(rc)
tile.io.host.reset := Reg(Reg(hl.reset))