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
The pipedsl.RiscSuite runs a bunch of different RISC-V pipelines on several different programs.
Currently the suite recompiles each pipeline once for each program - this is very unnecessary and slow.
Ideally, we should just generate the code once and then copy in different memory files- we don't do this right now b/c the compiler itself has convenience functionality for copying memory files as it generates code.
The text was updated successfully, but these errors were encountered:
The pipedsl.RiscSuite runs a bunch of different RISC-V pipelines on several different programs.
Currently the suite recompiles each pipeline once for each program - this is very unnecessary and slow.
Ideally, we should just generate the code once and then copy in different memory files- we don't do this right now b/c the compiler itself has convenience functionality for copying memory files as it generates code.
The text was updated successfully, but these errors were encountered: