Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

iverilog: Allow tool path to have spaces in it #1190

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

larsclausen
Copy link
Collaborator

When invoking the various subcommands make sure the path to the executable is quoted. This allows it to contain spaces.

Resolves #1187

@larsclausen larsclausen force-pushed the tool-path-spaces branch 25 times, most recently from ca6661d to b4f6b11 Compare December 27, 2024 01:20
Newer version of the linker on MacOS provide a deprecation warning when
using the `-undefined` flag with the `suppress` value. This is cause CI to
fail to do logs not matching when building VPI modules.

Switch to using the `dynamic_lookup` value for the flag instead, which
resolves the warning and is the behavior we want when loading the module.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
@larsclausen larsclausen force-pushed the tool-path-spaces branch 3 times, most recently from aa7dd0a to 0794189 Compare December 27, 2024 18:09
When invoking the various subcommands make sure the path to the executable
is quoted. This allows it to contain spaces.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
@larsclausen larsclausen marked this pull request as draft December 28, 2024 00:38
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Iverilog doesn't accept spaces in the value path of the -B flag.
1 participant