iverilog/ivlpp
Martin Whitaker 58d182bdf3 Compiler fixes for MinGW.
In MinGW, when parameters are passed to vhdlpp by ivlpp, single quotes
are treated as ordinary characters. Use double quotes instead, as is
done in the driver.

Also, MinGW does not have a standard mkdir() function, so we need to
convert calls to mkdir() into calls to _mkdir().
2011-11-03 19:11:28 -07:00
..
Makefile.in Forward port the LEX/YACC definition changes from V0.9 2011-04-13 18:46:57 -07:00
globals.h Add support for vhdl named libraries. 2011-07-30 18:18:03 -07:00
ivlpp.txt Spelling fixes 2011-03-29 08:56:10 -07:00
lexor.lex Compiler fixes for MinGW. 2011-11-03 19:11:28 -07:00
main.c Fix a memory leak in ivlpp. 2011-10-14 17:53:49 -07:00