bespoke-silicon-group / bsg_manycore

Tile based architecture designed for computing efficiency, scalability and generality
Other
214 stars 56 forks source link

[DO NOT MERGE] Multikernel SPSC example #718

Open dpetrisko opened 6 months ago

dpetrisko commented 6 months ago

This PR adds a multi-kernel SPSC example, which demonstrates how to combine several kernels together and run them in a single binary, using a single tile as a "host" core.

Further documentation to come

Depends on #682 #687