EPFL-LAP / dynamatic

DHLS (Dynamic High-Level Synthesis) compiler based on MLIR
Other
49 stars 14 forks source link

[handshake-sim] Added buffers and rising edge abstractions #58

Closed Polymeth closed 8 months ago

Polymeth commented 8 months ago

This PR mainly addresses the problem that the handshake simulator buffers weren't the Dynamatic buffers at all. This led to the creation of a way of having a rising edge abstraction in the code simulation.

Soon enough, it will be possible to add OEHB and TEHB in execution models, without having those buffers as instructions.