iverilog/vhdlpp
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 Added full number, based number (both int and float), string and character literals handling 2011-02-10 18:34:38 -08:00
compiler.cc Add file/line information to entities and ports 2011-01-18 17:03:51 -08:00
compiler.h Add file/line information to entities and ports 2011-01-18 17:03:51 -08:00
entity.cc Add file/line information to entities and ports 2011-01-18 17:03:51 -08:00
entity.h Add file/line information to entities and ports 2011-01-18 17:03:51 -08:00
entity_elaborate.cc Save the type name if an InterfacePort object. 2011-01-18 17:03:51 -08:00
lexor.lex OpenSolaris portability/bug fixes. 2011-03-04 10:31:47 -08:00
lexor_keyword.gperf Fix various formatting errors and typos 2011-02-11 09:15:36 -08:00
main.cc Emit Verilog stubs for entities 2011-01-18 17:03:51 -08:00
parse.y Fix spacing problems. 2011-03-03 11:21:31 -08:00
parse_api.h Parse create entities with ports 2011-01-18 17:03:51 -08:00
parse_wrap.h Added full number, based number (both int and float), string and character literals handling 2011-02-10 18:34:38 -08:00
vhdlint.cc Fix spacing problems. 2011-03-03 11:21:31 -08:00
vhdlint.h Fix spacing problems. 2011-03-03 11:21:31 -08:00
vhdlnum.h Introductory changes for numbers handling 2011-02-10 18:34:13 -08:00
vhdlpp_config.h.in Introduce shell of vhdlpp program. 2011-01-18 17:03:51 -08:00
vhdlreal.cc Fix spacing problems. 2011-03-03 11:21:31 -08:00
vhdlreal.h Fix spacing problems. 2011-03-03 11:21:31 -08:00