iverilog/driver
Martin Whitaker 5dcd2e8957 Added width cap for unsized expressions.
Unsized expressions can expand to extremely large widths. Usually this
is actually a mistake in the source code, but it can lead to the compiler
temporarily using extremely large amounts of memory, or in the worst
case, crashing. This adds a cap on the width of unsized expressions (by
default 65536 bits, but overridable by the user), and causes a warning
message to be output when the cap is reached.
2014-02-27 19:20:20 +00:00
..
Makefile.in updated FSF-address 2012-08-29 10:12:10 -07:00
cflexor.lex Added width cap for unsized expressions. 2014-02-27 19:20:20 +00:00
cfparse.y Added width cap for unsized expressions. 2014-02-27 19:20:20 +00:00
cfparse_misc.h updated FSF-address 2012-08-29 10:12:10 -07:00
globals.h Added width cap for unsized expressions. 2014-02-27 19:20:20 +00:00
iverilog.man.in Added width cap for unsized expressions. 2014-02-27 19:20:20 +00:00
main.c Added width cap for unsized expressions. 2014-02-27 19:20:20 +00:00
substit.c updated FSF-address 2012-08-29 10:12:10 -07:00