More Unrolls

This commit is contained in:
Tom Verbeure 2018-05-28 07:20:26 +00:00
parent 1613191779
commit 0335543309
1 changed files with 3 additions and 3 deletions

View File

@ -117,8 +117,8 @@ object TestsWorkspace {
new MulDivIterativePlugin(
genMul = true,
genDiv = true,
mulUnroolFactor = 32,
divUnroolFactor = 1
mulUnrollFactor = 32,
divUnrollFactor = 1
),
// new DivPlugin,
new CsrPlugin(CsrPluginConfig.all(0x80000020l).copy(deterministicInteruptionEntry = false)),