iverilog/driver
Martin Whitaker fc49420cb5 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.
2009-09-08 15:44:45 -07:00
..
Makefile.in Update mkinstalldirs to handle paths with spaces. 2009-02-04 08:44:22 -08:00
cflexor.lex Add function to define parameter from command line 2009-08-06 14:42:13 -07:00
cfparse.y Add function to define parameter from command line 2009-08-06 14:42:13 -07:00
cfparse_misc.h Fix memory leak when parsing command files. 2009-05-23 14:04:01 -07:00
globals.h Add function to define parameter from command line 2009-08-06 14:42:13 -07:00
iverilog.man Add user control over implicit sensitivity list warnings. 2009-09-08 15:44:45 -07:00
main.c Add user control over implicit sensitivity list warnings. 2009-09-08 15:44:45 -07:00
substit.c Fix various unsigned compare warnings. 2003-12-19 01:27:10 +00:00