llvm / circt

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

[HW] Move the CombDataFlow op interface from FIRRTL to HW #7195

Closed prithayan closed 3 months ago

prithayan commented 3 months ago

Move the CombDataFlow op interface from FIRRTL to HW dialect. The op interface is better suited to reside in the HW dialect, along with other interfaces like the HWModuleLike. This makes it more convenient for non-FIRRTL dialects to implement ops using this interface, without introducing a new dependence on the FIRRTL dialect, assuming HW dependence already exists.

prithayan commented 3 months ago

Thanks @uenoku , I will create the issue.