GitHub
09/17/2021, 10:53 AMuname -a
20.04.1-Ubuntu
• Docker Version: docker --version
• If you're using an alternative container service, please also include this information.
• OpenLane Tag in use: python3 ./dependencies/get_tag.py
in the main OpenLane directory. 2021.09.09_03.00.48
Reproduction Material
make test will throw this warning message
Expected behavior
Script should match pdk version
Logs
[root@48989487a315 openLANE_flow]# ./flow.tcl -design spm -tag 1stTest
[INFO]:
___ ____ ___ ____ _ ____ ____ ___
/ \ | \ / _]| \ | | / || \ / _]
| | | o ) [_ | _ || | | o || _ | / [_
| O | | _/ _]| | || |___ | || | || _]
| | | | | [_ | | || || _ || | || [_
\___/ |__| |_____||__|__||_____||__|__||__|__||_____|
[INFO]: Version: 2021.09.09_03.00.48-3-gecc62b4
[WARNING]: The version of open_pdks installed in the environment does not match the one required by the OpenLane flow scripts (installed: 81d28fd0423ca6bbf3f3bf00b7d407958cf8f0f3, expected: 14beb9c5386c21be5ad0d644986c839619d5f983)
child process exited abnormally
[WARNING]: OpenLane may not function properly.
[INFO]: Running non-interactively
The-OpenROAD-Project/OpenLane