mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-29 01:03:29 +02:00
This patch adds check to determine if an always block has delay in it or not. If there is no delay a runtime infinite loop will occur. For the indeterminate case it will print a warning message if the new -Winfloop flag is given. This flag is not part of the -Wall check!