iverilog/ivlpp
Lars-Peter Clausen 5b66163a4d iverilog: Allow tool path to have spaces in it
When invoking the various subcommands make sure the path to the executable
is quoted. This allows it to contain spaces.

On Windows quoting the command passed to `system()` or `popen()` is not
enough.  The default behavior under windows will strip quotes from the
beginning and end of the command string under certain conditions. For this
reason implement `system()` and `popen()` equivalents that do not suffer
from this.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2026-05-24 21:43:26 -07:00
..
Makefile.in iverilog: Allow tool path to have spaces in it 2026-05-24 21:43:26 -07:00
cppcheck.sup iverilog: Allow tool path to have spaces in it 2026-05-24 21:43:26 -07:00
globals.h Add option to only warn about macro redefinitions that change the text. 2017-11-08 19:50:42 +00:00
lexor.lex iverilog: Allow tool path to have spaces in it 2026-05-24 21:43:26 -07:00
main.c A bunch more cppcheck cleanup 2026-01-13 01:25:01 -08:00