Rename MulDivUnroll to MulUnroll
This commit is contained in:
parent
4c26a6bc96
commit
407bc95c42
2
rocket
2
rocket
@ -1 +1 @@
|
|||||||
Subproject commit c521632f6415cc703fdd8212f157f8ac9810d352
|
Subproject commit bb23603632cead924cab2f00418668026173da6a
|
@ -195,7 +195,7 @@ class BaseConfig extends Config (
|
|||||||
case UsePerfCounters => true
|
case UsePerfCounters => true
|
||||||
case FastLoadWord => true
|
case FastLoadWord => true
|
||||||
case FastLoadByte => false
|
case FastLoadByte => false
|
||||||
case MulDivUnroll => 8
|
case MulUnroll => 8
|
||||||
case DivEarlyOut => true
|
case DivEarlyOut => true
|
||||||
case XLen => 64
|
case XLen => 64
|
||||||
case UseFPU => {
|
case UseFPU => {
|
||||||
@ -445,7 +445,7 @@ class DefaultFPGAConfig extends Config(new FPGAConfig ++ new BaseConfig)
|
|||||||
class WithSmallCores extends Config (
|
class WithSmallCores extends Config (
|
||||||
topDefinitions = { (pname,site,here) => pname match {
|
topDefinitions = { (pname,site,here) => pname match {
|
||||||
case UseFPU => false
|
case UseFPU => false
|
||||||
case MulDivUnroll => 1
|
case MulUnroll => 1
|
||||||
case DivEarlyOut => false
|
case DivEarlyOut => false
|
||||||
case NTLBEntries => 4
|
case NTLBEntries => 4
|
||||||
case BtbKey => BtbParameters(nEntries = 0)
|
case BtbKey => BtbParameters(nEntries = 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user