Skip to content

Commit f5fb855

Browse files
committed
etc: eqy/sby match orfs yosys version
Make eqy/sby tools match yosys version from the submodule Signed-off-by: Vitor Bandeira <vvbandeira@precisioninno.com>
1 parent b9eee30 commit f5fb855

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

etc/DependencyInstaller.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ _versionCompare() {
2020
}
2121

2222
_installORDependencies() {
23-
./tools/OpenROAD/etc/DependencyInstaller.sh ${OR_INSTALLER_ARGS}
23+
local yosys_ver
24+
yosys_ver=$(grep 'yosys_ver =' tools/yosys/docs/source/conf.py | awk -F'"' '{print $2}')
25+
./tools/OpenROAD/etc/DependencyInstaller.sh ${OR_INSTALLER_ARGS} -yosys_ver="${yosys_ver}"
2426
}
2527

2628
_installPipCommon() {

tools/OpenROAD

Submodule OpenROAD updated 166 files

0 commit comments

Comments
 (0)