iverilog/ivlpp
Martin Whitaker d8556e4c86 Fix handling of the SV `` delimiter when combined with macro usage.
Given a macro definition like this:

  `define name  `macro``text

the preprocessor should expand `macro, not `macrotext, when it expands
`name. This also ensures that

  `define name(p,s)     p``_``s
  `define PREFIX        my_prefix
  `define SUFFIX        my_suffix

  `name(`PREFIX, `SUFFIX)

expands to

  my_prefix_my_suffix

as the user would expect.
2020-08-24 20:29:15 +01:00
..
Makefile.in Thoroughly fix parallel installation issues 2020-02-12 22:42:04 +08:00
globals.h Add option to only warn about macro redefinitions that change the text. 2017-11-08 19:50:42 +00:00
ivlpp.txt Spelling fixes in .txt files 2015-05-25 12:52:03 -07:00
lexor.lex Fix handling of the SV `` delimiter when combined with macro usage. 2020-08-24 20:29:15 +01:00
main.c Update the user visible copyright to be 2020 2020-05-31 13:41:38 -07:00