Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

iverilog-vpi.sh: Put IVCXX in quotes to allow to pass arguments #1072

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

larsclausen
Copy link
Collaborator

@larsclausen larsclausen commented Jan 15, 2024

IVCXX which contains the C++ compiler that will be invoked when building an vpi module might contain additional arguments that get passed to the compiler. E.g. such as the C++ version (-std=c++11). For this to work properly IVCXX needs to be put in quotes.

This fixes intermittent CI failures for the MacOS target.

`IVCXX` which contains the C++ compiler that will be invoked when building
an vpi module might contain additional arguments that get passed to the
compiler. E.g. such as the C++ version (`-std=c++11`). For this to work
properly `IVCXX` needs to be put in quotes.

This fixes intermittent CI failures for the MacOS target.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
@martinwhitaker
Copy link
Collaborator

Looks good to me.

@larsclausen larsclausen merged commit 151a14d into steveicarus:master Jan 17, 2024
4 checks passed
@larsclausen larsclausen deleted the iverilog-vpi-fix branch January 17, 2024 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants