iverilog/driver
Martin Whitaker bb5d30ead5 Add user control over implicit sensitivity list warnings.
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.
(cherry picked from commit fc49420cb5)
2009-09-13 08:27:54 -07:00
..
Makefile.in Update mkinstalldirs to handle paths with spaces. 2009-02-04 08:44:22 -08:00
cflexor.lex Fix memory leak when parsing command files. 2009-05-24 10:15:45 -07:00
cfparse.y Fix memory leak when parsing command files. 2009-05-24 10:15:45 -07:00
cfparse_misc.h Fix memory leak when parsing command files. 2009-05-24 10:15:45 -07:00
globals.h Remove most of the lingering CVS droppings. 2008-12-05 21:48:28 -08:00
iverilog.man Add user control over implicit sensitivity list warnings. 2009-09-13 08:27:54 -07:00
main.c Add user control over implicit sensitivity list warnings. 2009-09-13 08:27:54 -07:00
substit.c Fix various unsigned compare warnings. 2003-12-19 01:27:10 +00:00