Add option to execute JAL from decode stage
This is particularly helpful for designs that don't have a BTB, but it becomes the critical path for designs with RVC. Caveat emptor.
This commit is contained in:
@ -123,6 +123,7 @@ class BaseCoreplexConfig extends Config (
|
||||
case NPerfEvents => 0
|
||||
case FastLoadWord => true
|
||||
case FastLoadByte => false
|
||||
case FastJAL => false
|
||||
case XLen => 64
|
||||
case FPUKey => Some(FPUConfig())
|
||||
case MulDivKey => Some(MulDivConfig(mulUnroll = 8, mulEarlyOut = (site(XLen) > 32), divEarlyOut = true))
|
||||
|
Reference in New Issue
Block a user