Skip to content

Commit

Permalink
build_openroad: Update Yosys ABC index
Browse files Browse the repository at this point in the history
Signed-off-by: Eryk Szpotanski <[email protected]>
  • Loading branch information
eszpotanski committed May 15, 2024
1 parent 58399ab commit 92af462
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build_openroad.sh
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,11 @@ __local_build()
set -u
fi

if [[ -d "tools/yosys/abc/.git" ]]; then
# update indexes to make sure git diff-index uses correct data
git -C tools/yosys/abc update-index --refresh
fi

echo "[INFO FLW-0017] Compiling Yosys."
${NICE} make install -C tools/yosys -j "${PROC}" ${YOSYS_ARGS}

Expand Down

0 comments on commit 92af462

Please sign in to comment.