coreblocks icon indicating copy to clipboard operation
coreblocks copied to clipboard

Change 2-FIFOs to Pipes

Open tilk opened this issue 10 months ago • 4 comments

This PR changes some 2-FIFOs (mostly in the scheduler) into Pipes. Pipes have more combinational connections than FIFOs, but use less resources. The purpose is to validate the usefulness of pipes for gluing the core together.

TODO: replace more 2-FIFOs with pipes and check benchmarks again.

tilk avatar Apr 18 '24 13:04 tilk