iverilog/vpi
Cary R b47fad7d19 V0.9: Update lex/yacc builds to be consistent and to support parallel builds
Not all the lex/yacc (flex/bison) targets were using a consistent syntax.
This patch fixes that and explicitly serializes the *.c/*.cc and *.h build.
Not doing this was causing problem when using make -j. The issue appears to
be that if two targets are specified for a rule (e.g. file.cc file.h: file.y)
make does not realize they are both built by the same call so the rule is
executed twice. Once for the .cc target and once for the .h target. This is
not a problem for a serial build. To work around this only use the .c/.cc
file in the main target and then make the .h file depend on the .c/.cc file
as a sub-target.
2012-01-04 18:40:37 -08:00
..
Makefile.in V0.9: Update lex/yacc builds to be consistent and to support parallel builds 2012-01-04 18:40:37 -08:00
fastlz.c V0.9: add fst dumper support. 2010-06-01 10:57:49 -07:00
fastlz.h V0.9: add fst dumper support. 2010-06-01 10:57:49 -07:00
fstapi.c Update fstapi.c to latest from GTkWave 2011-10-26 18:48:13 -07:00
fstapi.h Update fstapi files to latest from GTKWave 3.3.19 2011-02-28 18:22:21 -08:00
lxt2_write.c Update various dumper files from GTKWave SVN 2011-10-20 16:51:15 -07:00
lxt2_write.h Update lxt_write and lxt2_write files from GTKWave 2011-10-01 09:49:54 -07:00
lxt_write.c Update lxt_write and lxt2_write files from GTKWave 2011-10-01 09:49:54 -07:00
lxt_write.h Update lxt_write and lxt2_write files from GTKWave 2011-10-01 09:49:54 -07:00
mt19937int.c Remove most of the lingering CVS droppings. 2008-12-05 21:48:28 -08:00
sdf_lexor.lex V0.9: Ignore COND in SDF timing check back annotations 2010-11-25 09:00:33 -08:00
sdf_parse.y V0.9: Ignore COND in SDF timing check back annotations 2010-11-25 09:00:33 -08:00
sdf_parse_priv.h V0.9: Ignore COND in SDF timing check back annotations 2010-11-25 09:00:33 -08:00
sdf_priv.h SDF files can have null delays. 2009-02-10 11:47:04 -08:00
stringheap.c Remove malloc.h support and for C++ files use <c...> include files. 2010-06-01 11:27:16 -07:00
stringheap.h More end of simulation memory cleanup. 2009-01-25 07:40:28 -08:00
sys_clog2.c V0.9: Properly terminate a snprintf() call. 2011-05-07 11:49:51 -07:00
sys_convert.c V0.9: back port of SunPro compiler support. 2010-06-18 15:57:52 -07:00
sys_deposit.c V0.9: back port of SunPro compiler support. 2010-06-18 15:57:52 -07:00
sys_display.c V0.9: Fix space issues. 2011-11-03 19:20:06 -07:00
sys_fileio.c V0.9: Fix spacing issues 2011-03-08 19:21:56 -08:00
sys_finish.c V0.9: back port of SunPro compiler support. 2010-06-18 15:57:52 -07:00
sys_fst.c V0.9: Properly terminate a snprintf() call. 2011-05-07 11:49:51 -07:00
sys_icarus.c Make some messages consistent. 2011-10-31 10:36:46 -07:00
sys_lxt.c V0.9: Remove some gcc/g++ (4.6.1) warnings. 2011-10-19 18:16:06 -07:00
sys_lxt2.c V0.9: Remove some gcc/g++ (4.6.1) warnings. 2011-10-19 18:16:06 -07:00
sys_plusargs.c V0.9: Properly terminate a snprintf() call. 2011-05-07 11:49:51 -07:00
sys_priv.c V0.9: Properly terminate a snprintf() call. 2011-05-07 11:49:51 -07:00
sys_priv.h V0.9: Back port the down payment on const-correctness patch from Larry 2011-04-27 11:11:08 -07:00
sys_queue.c Fix bug in queue average with a very large number of entries. 2011-05-29 09:11:28 -07:00
sys_random.c V0.9: Remove some scan-build warnings. 2011-10-20 16:54:50 -07:00
sys_random.h More compiletf cleanup and refactoring. 2009-02-26 21:42:32 -08:00
sys_random_mti.c V0.9: back port of SunPro compiler support. 2010-06-18 15:57:52 -07:00
sys_readmem.c V0.9: Properly terminate a snprintf() call. 2011-05-07 11:49:51 -07:00
sys_readmem_lex.h Fix/enhance readmem/writemem routines, etc. 2009-02-26 20:46:02 -08:00
sys_readmem_lex.lex Add some casts in vpi to remove warnings. 2009-12-12 08:30:40 -08:00
sys_scanf.c V0.9: Fix space issues. 2011-11-03 19:20:06 -07:00
sys_sdf.c V0.9: Fix spacing issues 2011-03-08 19:21:56 -08:00
sys_table.c V0.9: Back port the down payment on const-correctness patch from Larry 2011-04-27 11:11:08 -07:00
sys_time.c V0.9: Reduce the error when scaling a real time value. 2011-10-31 10:44:43 -07:00
sys_vcd.c V0.9: Properly terminate a snprintf() call. 2011-05-07 11:49:51 -07:00
sys_vcdoff.c V0.9: back port of SunPro compiler support. 2010-06-18 15:57:52 -07:00
system.sft V0.9: Add (back-port) the stochastic (queue) tasks/function. 2011-04-20 17:43:46 -07:00
v2005_math.c V0.9: Free the iterator if there are extra arguments. 2011-10-16 16:33:09 -07:00
v2005_math.sft Add the Verilog-2005 and Verilog-AMS constant system functions. 2008-08-29 21:11:44 -07:00
va_math.c V0.9: Free the iterator if there are extra arguments. 2011-10-16 16:33:09 -07:00
va_math.sft Remove obsolete VAMS $log function. 2010-05-03 15:09:16 -07:00
vams_simparam.c V0.9: Remove some scan-build warnings. 2011-10-20 16:54:50 -07:00
vcd_priv.c A '$' is also allowed in identifier names (dumpers) 2011-03-14 17:04:47 -07:00
vcd_priv.h fix bad declarations from previous patch. 2011-04-27 11:16:47 -07:00
vpi_config.h.in Remove malloc.h support and for C++ files use <c...> include files. 2010-06-01 11:27:16 -07:00
wavealloca.h Update various dumper files from GTKWave SVN 2011-10-20 16:51:15 -07:00