Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Faster Testing for BSV Simulation #34

Open
dz333 opened this issue Jul 15, 2021 · 0 comments
Open

Faster Testing for BSV Simulation #34

dz333 opened this issue Jul 15, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@dz333
Copy link
Collaborator

dz333 commented Jul 15, 2021

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.

@dz333 dz333 added the enhancement New feature or request label Jul 15, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant