iverilog/driver
Stephan I. Böttcher ab74cafa20 Add option -gno-strict-parameter-declaration
The standards requires that parameters must be declared
before they are used.  Using -gno-strict-parameter-declaration
will allow using a parameter before declaration, e.g., in a port
declaration, with the parameter declared in the body of the
module.  Prior to version 13 this was allowed, so there is a large body
of existing code depending on the pre version 13 behaviour.
2026-03-17 19:39:51 +01:00
..
Makefile.in Fix manual PDF generation 2026-02-08 23:07:56 -08:00
cflexor.lex Fix some clang warnings 2024-11-26 23:33:52 -08:00
cfparse.y Report error if command file is not properly terminated. 2020-11-26 16:11:59 -08:00
cfparse_misc.h Fix fails to build with -fno-common or gcc-10 2020-01-29 00:08:59 +08:00
cppcheck.sup New cppcheck cleanup 2026-02-06 15:06:28 -08:00
globals.h Report error if command file is not properly terminated. 2020-11-26 16:11:59 -08:00
iverilog.man.in Add option -gno-strict-parameter-declaration 2026-03-17 19:39:51 +01:00
main.c Add option -gno-strict-parameter-declaration 2026-03-17 19:39:51 +01:00
substit.c A bunch more cppcheck cleanup 2026-01-13 01:25:01 -08:00