Commit Graph

2 Commits

Author SHA1 Message Date
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
Cary R 951ede0922 A bunch more cppcheck cleanup 2026-01-13 01:25:01 -08:00