iverilog/driver
Cary R 06447817d3 Add support for tracing procedural statements.
This patch adds support for tracing procedural statement execution in vvp.
This is accomplished by adding a new opcode that is inserted before the
code that represents a procedural statement. These opcodes also trigger
a message whenever time advances. By default these opcodes are not added.
To add them, pass the -pfileline=1 flag to the compiler. In the future we
may add support for turning the debug output on and off once the opcodes
have been added with a system task or from the interactive prompt.
2011-03-01 18:45:29 -08:00
..
Makefile.in Add cppcheck target to the Makefile 2010-10-14 19:11:32 -07:00
cflexor.lex Add +timescale to the command file. 2009-12-30 08:35:29 -08:00
cfparse.y Remove some gcc-4.3.4 warnings (Cygwin) 2010-04-13 20:51:21 -07:00
cfparse_misc.h Fix memory leak when parsing command files. 2009-05-23 14:04:01 -07:00
globals.h Revert bad merge from vhdl branch 2010-10-02 11:02:27 -07:00
iverilog.man.in Add support for tracing procedural statements. 2011-03-01 18:45:29 -08:00
main.c Iverilog driver tells ivlpp how to find vhdlpp. 2011-01-18 17:03:51 -08:00
substit.c Make ivl_alloc.h the last include so it doesn't effect any system includes. 2010-11-02 10:51:57 -07:00