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
Should veryl compiler fully elaborate and flatten the design, including all generate blocks, to identify combinational loops?
Veryl compiler is a just transpiler so it's difficult to check combinational loops including paths crossing module boundaries as you mention.
I'm implementing feature to track all of assignments and references in PR #1036. I think we can trace combinational paths not crossing a module boundary by using this feature.
Combinational loop should be resolved but Veryl does not check it.
The text was updated successfully, but these errors were encountered: