In the mpw-3 tapeout job, the tool doesn't seem to...
# efabless
y
In the mpw-3 tapeout job, the tool doesn't seem to use the HEAD in the git repository, does anyone know how to deal with this? However, in the precheck job, it does refer to HEAD.
g
Hello @User, You encountered an issue that we have since fixed. As you mentioned precheck uses HEAD in the repository. Tapeout job will now use the same commit point precheck was run against. If you happen to make commits on your git repo after you ran precheck, tapeout job will still go back to the commit point of the precheck. This accomplishes two objectives: 1. it ensures tapeout runs against the same commit as precheck. 2. allows users to continue to iterate on their project after a successful precheck. Thanks for reporting this issue.
👍 2
y
Thank you @User.