1
0
Fork 0

commit vec=true

This commit is contained in:
Yunsup Lee 2013-01-22 20:24:17 -08:00
parent bb5c465bb3
commit 516a64f576
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ class Top extends Component {
val dc = DCacheConfig(128, 4, co, ntlb = 8,
nmshr = 2, nrpq = 16, nsdq = 17)
val rc = RocketConfiguration(lnConf, co, ic, dc,
fpu = true, vec = false)
fpu = true, vec = true)
val tileList = (0 until NTILES).map(r => new Tile(resetSignal = resetSigs(r))(rc))
val uncore = new Uncore(HTIF_WIDTH, tileList)