llvm / circt

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

[Seq] Add reset type #7215

Open teqdruid opened 3 months ago

teqdruid commented 3 months ago

IIRC there was general agreement that we should introduce a 'reset' type just like the clock type. Further, that the 'reset' generator should govern the reset style (posedge/negedge, sync/async) to make it easier to apply changes to a reset domain.

We need to: