iverilog/driver
Martin Whitaker dfddbea26b First step towards supporting separate compilation units in SV.
This adds a -u option to the driver to allow the user to specify that
they want each source file to be treated as a separate compilation
unit, and modifies the compiler to accept a list of files (either on
the command line or via a file specified by a new -F option). This
list of files is then preprocessed and parsed separately, causing all
compiler directives (including macro definitions) to only apply to the
file containing them, as required by the SystemVerilog standard.
2017-10-31 20:36:27 +00:00
..
Makefile.in Rearrange compiler warning flags 2014-07-09 09:04:17 -07:00
cflexor.lex Allow library files to be specified on the iverilog command line. 2016-10-02 18:57:32 +01:00
cfparse.y Remove missing parameter warnings 2014-07-09 14:16:57 -07:00
cfparse_misc.h Update header files to use a more standard name to prevent rereading 2014-07-23 13:42:56 -07:00
globals.h Update header files to use a more standard name to prevent rereading 2014-07-23 13:42:56 -07:00
iverilog.man.in First step towards supporting separate compilation units in SV. 2017-10-31 20:36:27 +00:00
main.c First step towards supporting separate compilation units in SV. 2017-10-31 20:36:27 +00:00
substit.c Easy changes for -Wmissing-prototypes 2014-07-10 14:07:30 -07:00