You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Back in VexRiscv there are options like NoMemory and NoWriteBack that can be toggled for shallower pipeline structures (below 5 stages), which is pretty useful in reducing FFs.
I noted that in VexiiRiscv the plugins are pretty much categorized in a 5-stage manner, and it seems there are no similar options that shorten the pipeline. Is it possible to have a pipeline structure below 5 stages here?🤔
The text was updated successfully, but these errors were encountered:
Hi ^^
Things are kinda handled differently with VexiiRiscv.
Mostly, the lenght of the different VexiiRiscv pipeline grow on demand.
For instance, the LSU cacheless plugin can be parametrized to only use execute 0 + execute 1 :
Hi,
Back in VexRiscv there are options like
NoMemory
andNoWriteBack
that can be toggled for shallower pipeline structures (below 5 stages), which is pretty useful in reducing FFs.I noted that in VexiiRiscv the plugins are pretty much categorized in a 5-stage manner, and it seems there are no similar options that shorten the pipeline. Is it possible to have a pipeline structure below 5 stages here?🤔
The text was updated successfully, but these errors were encountered: