EPFL-LAP / dynamatic

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

Fix the bug in how UnbundleOp is printed #190

Closed rpirayadi closed 1 week ago

rpirayadi commented 1 week ago

The current way print function for UnbundleOp is implemented would result in something like %1 = unbundle %1#2 {handshake.bb = 1 : ui32, handshake.name = "unbundle0"}<i32> : to _ which should be something like %1 = unbundle %1#2 {handshake.bb = 1 : ui32, handshake.name = "unbundle0"} : <i32> to _