This commit is contained in:
Dolu1990 2021-07-26 15:27:20 +02:00
parent b717f228d6
commit ba8f5f966a
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ class VfuPlugin(val stageCount : Int,
decoderService.add(
key = M"-------------------------0001011",
values = List(
VFU_ENABLE -> True,
REGFILE_WRITE_VALID -> True, //If you want to write something back into the integer register file
BYPASSABLE_EXECUTE_STAGE -> Bool(stageCount == 0),
BYPASSABLE_MEMORY_STAGE -> Bool(stageCount <= 1),