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

add custom version checker argument map for external tools version checker #709

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

AzarAI-TOP
Copy link

  • Updated customVersionArgs to include a custom argument -V for iverilog and '-version' for vivado
  • Ensures correct version check for iverilog and vivado using the specified argument.
  • Maintains flexibility for adding other tool-specific version arguments.

- Added a `customVersionArgs` map to define tool-specific version arguments.
- Default version argument is `--version` unless overridden by the map.
- Enhanced flexibility to support tools like "vivado" requiring `-version`.
- Simplified logic for future extensibility by allowing additional tool-argument pairs.
- Updated `customVersionArgs` to include a custom argument `-V` for iverilog.
- Ensures correct version check for iverilog using the specified argument.
- Maintains flexibility for adding other tool-specific version arguments.
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.

1 participant