iverilog/tgt-vlog95
Cary R b019c21f46 OpenSolaris portability/bug fixes.
A valarray of an enum does not initialize to 0 so explicitly specify the
value to fill the array with. This was causing the compiler to incorrectly
report that fixed width elements in a concatenation had no size.

The following was done to remove compiler warning when using the native
compiler on OpenSolaris.

Remove the anonymous unions in tgt-vlog95/stmt.c and tgt-vvp/vvp_process.c.

Use UINT_MAX for the maximum unsigned unsigned instead of -1 in
tgt-vvp/draw_net_input.c.

Even though lex defines yywrap() to have no arguments when %option
noyywrp is used it generates a define that takes an argument that is not
used. The compiler warned about this so remove the option and add a
dummy yywrap function.
2011-03-04 10:31:47 -08:00
..
Makefile.in vlog95: Add support for UDPs, DFFs, constant nets and bug fixes. 2011-02-10 19:07:51 -08:00
event.c vlog95: Add partial support for getting a nexus name, etc. 2011-01-24 13:31:10 -08:00
expr.c vlog95: A parameter in 1364-1995 is always zero based. 2011-02-28 19:35:01 -08:00
logic_lpm.c vlog95: Don't print a logic/UPD NULL name. 2011-02-28 19:20:39 -08:00
misc.c vlog95: Add partial support for procedural variable indexed part selects. 2011-02-28 18:37:01 -08:00
numbers.c vlog95: Add CA support, other enhancements, refactoring and bug fixes. 2011-01-31 14:41:58 -08:00
scope.c vlog95: Add support for printing file/line information for most line. 2011-02-10 19:13:12 -08:00
stmt.c OpenSolaris portability/bug fixes. 2011-03-04 10:31:47 -08:00
udp.c vlog95: UDP definitions now use the original port names. 2011-02-28 19:12:11 -08:00
vlog95-s.conf Start adding vlog95 (1364-1995) back end. 2010-03-25 12:31:51 -07:00
vlog95.c vlog95: Various bug fixes/improvements 2011-03-01 18:56:04 -08:00
vlog95.conf Start adding vlog95 (1364-1995) back end. 2010-03-25 12:31:51 -07:00
vlog95_priv.h vlog95: Fix pull gate bug, emit local expr sigs as CA, etc. 2011-02-28 18:28:21 -08:00