use xlen parameter for ALU
This commit is contained in:
2
rocket
2
rocket
Submodule rocket updated: 3dda614ea9...7be550b4f6
@ -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))
|
||||
|
2
zscale
2
zscale
Submodule zscale updated: b79c35bb31...ccf9bd3726
Reference in New Issue
Block a user