1
0

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:
Andrew Waterman
2016-09-13 02:32:00 -07:00
parent 2979badf75
commit 61cbe6164d
2 changed files with 15 additions and 8 deletions

View File

@ -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))