You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug in the LLHD Desequentialization pass which just inlines signal samples from the past and present into the same region instead of replacing them with appropriate constants.
Hi, I think I might have encountered a bug in the Verilog frontend of CIRCT. Below is the Verilog code in
bug.v
:When I run the following command:
I get the following output in
bug.mlir
:It appears that
bug.v
andbug.mlir
are not semantically equivalent.PS : I am a beginner with CIRCT, so it might just be a misuse from myself ^^
Best,
Félix
The text was updated successfully, but these errors were encountered: