1
0

use xlen parameter for ALU

This commit is contained in:
Howard Mao
2015-11-30 18:04:44 -08:00
parent ec4ade988b
commit 40d68406d6
3 changed files with 3 additions and 2 deletions

View File

@ -276,6 +276,7 @@ class DefaultL2FPGAConfig extends Config(new WithL2Capacity64 ++ new WithL2Cache
class WithZscale extends Config(
(pname,site,here) => pname match {
case XLen => 32
case BuildZscale => {
TestGeneration.addSuites(List(rv32ui("p"), rv32um("p")))
TestGeneration.addSuites(List(zscaleBmarks))