mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-28 16:53:45 +02:00
This patch adds two new warning classes that can be enabled or disabled via the -W command line option. The first controls whether a warning is generated if a part select within an always @* statement causes the entire vector to be added to the implicit sensitivity list. The second controls whether a warning is generated if a word select within an always @* statement causes the entire array to be added to the implicit sensitivity list. The first class is not automatically enabled by -Wall, the second class is.