POETSII / tinsel

Manythread RISC-V overlay for FPGA clusters
Other
35 stars 1 forks source link

Support boot in hostlink without starting the cores. #111

Closed mvousden closed 3 years ago

mvousden commented 3 years ago

Needed to support efficient loading of cores (without reading the same file multiple times), in order to support hardware idle detection by the Orchestrator (see also https://github.com/poetsii/orchestrator/issues/242).

mn416 commented 3 years ago

Thanks both. @mvousden I think you wrote start() instead of startAll().