coreblocks
coreblocks copied to clipboard
Change 2-FIFOs to Pipes
This PR changes some 2-FIFOs (mostly in the scheduler) into Pipe
s. 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.