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

Improper use of arguments with spaces when calling runSVUnit #157

Open
tudortimi opened this issue Oct 11, 2024 · 1 comment
Open

Improper use of arguments with spaces when calling runSVUnit #157

tudortimi opened this issue Oct 11, 2024 · 1 comment

Comments

@tudortimi
Copy link
Owner

The following should work:

project.toolChains.runSVUnit {
    args.addAll(['-c_arg', '-xmerror RECOMP'])
}

Only -xmerror ends up getting passed.

@tudortimi
Copy link
Owner Author

tudortimi commented Oct 11, 2024

A workaround is to make the shell happy by adding some quotes: args.addAll(['-c_arg', '"-xmerror RECOMP"'])

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

No branches or pull requests

1 participant