EPFL-LAP / dynamatic

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

[RTL] Fix in `join_handshake` #146

Closed pcineverdies closed 2 months ago

pcineverdies commented 2 months ago

Commit 305f995 introduced a join operation which can be lowered to the RTL. Due to a typo the component cannot be instantiated, leading to errors in modelsim (recursive instantiation).

Carmine50 commented 2 months ago

Thank you for your contribution! I will merge the change