Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add custom version check arguments for external tools
- Introduced a custom map `customVersionArgs` to define version check arguments for specific tools. - Added support for Vivado with `-version` and Icarus Verilog (iverilog) with `-V`. - Included placeholders for adding more tools in the future.- Updated the version check logic to use custom arguments if specified, defaulting to `--version` otherwise. - Enhanced logging to reflect the selected tool and its installation path. This improves flexibility in handling version checks for external tools.
- Loading branch information