llvm / circt

Circuit IR Compilers and Tools
https://circt.org
Other
1.57k stars 277 forks source link

[SimToSV] Fix DPICall lowering to use `replaceOp` #7192

Closed uenoku closed 1 week ago

uenoku commented 1 week ago

Previously DPICallLowering called rewriter.replaceAllUsesWith for individual results but it seems that is not equivalent to replaceOp.

This also adds missing dialect dependency to seq

Close #7191