From 60ee7e2b4cfd6f6b62a368b3a6d586e464ef9e24 Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Wed, 8 Jul 2020 01:36:40 +0200 Subject: [PATCH] Better VexRiscvSmpCluster config --- src/main/scala/vexriscv/demo/smp/VexRiscvSmpCluster.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/scala/vexriscv/demo/smp/VexRiscvSmpCluster.scala b/src/main/scala/vexriscv/demo/smp/VexRiscvSmpCluster.scala index 7cc1651..78b1ddd 100644 --- a/src/main/scala/vexriscv/demo/smp/VexRiscvSmpCluster.scala +++ b/src/main/scala/vexriscv/demo/smp/VexRiscvSmpCluster.scala @@ -128,7 +128,7 @@ object VexRiscvSmpClusterGen { historyRamSizeLog2 = 9, relaxPredictorAddress = true, injectorStage = false, - relaxedPcCalculation = true, + relaxedPcCalculation = false, config = InstructionCacheConfig( cacheSize = 4096*2, bytePerLine = 64, @@ -191,7 +191,7 @@ object VexRiscvSmpClusterGen { new SrcPlugin( separatedAddSub = false ), - new FullBarrelShifterPlugin(earlyInjection = false), + new FullBarrelShifterPlugin(earlyInjection = true), // new LightShifterPlugin, new HazardSimplePlugin( bypassExecute = true,