iverilog/driver
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
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 iverilog: Allow tool path to have spaces in it 2026-05-24 21:43:26 -07:00
globals.h Report error if command file is not properly terminated. 2020-11-26 16:11:59 -08:00
hello_world.v iverilog: add test for the vvp example mentioned in the documentation 2026-05-19 22:22:43 +02:00
iverilog.man.in iverilog: add -Bt option to find <target>.conf when using -t<target> in custom install or build dir 2026-05-18 14:01:02 +02:00
main.c iverilog: Allow tool path to have spaces in it 2026-05-24 21:43:26 -07:00
substit.c A bunch more cppcheck cleanup 2026-01-13 01:25:01 -08:00