A question about RISC-V pipeline stages #286
-
|
I noticed that OpenASIP supports three and four pipeline stages for RISC-V generator. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Sorry for the late reply. You can change it by setting the amount of delay slots to three in the ADF. Do this by opening the included
Select the control unit (GCU) and set the delay slot parameter there. The generated RTL should have enabled an extra register to the instruction fetch unit accordingly once invoking |
Beta Was this translation helpful? Give feedback.
Sorry for the late reply. You can change it by setting the amount of delay slots to three in the ADF. Do this by opening the included
rv32im.adfwithProDe:prode rv32im.adfSelect the control unit (GCU) and set the delay slot parameter there. The generated RTL should have enabled an extra register to the instruction fetch unit accordingly once invoking
generateprocessor.