llvm / circt

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

[ImportVerilog] Support Generate constructs #7243

Closed angelzzzzz closed 5 days ago

angelzzzzz commented 6 days ago

Support loop generate constructs and conditional generate constructs. Because genvar only exists in the declaration and the variable exists as a parameter in GenerateBlock, genvar can be skipped.