We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7c1dfb + 63629a7 commit c6fd4e6Copy full SHA for c6fd4e6
etc/DependencyInstaller.sh
@@ -141,7 +141,7 @@ _install_yosys() {
141
local yosys_prefix=${PREFIX:-"/usr/local"}
142
local yosys_installed_version="none"
143
if _command_exists "yosys"; then
144
- yosys_installed_version=$(yosys --version | awk '{print $2}')
+ yosys_installed_version=$(yosys -V | awk '{print $2}')
145
fi
146
147
local required_version="${YOSYS_VERSION#v}"
0 commit comments