GitHub
09/08/2021, 11:24 AMuname -a
Linux 012 5.11.0-27-generic #29~20.04.1-Ubuntu SMP Wed Aug 11 155817 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
• Docker Version: docker --version
: Docker version 20.10.8, build 3967b7d
• OpenLane Tag in use: python3 ./dependencies/get_tag.py
in the main OpenLane directory. 2021.09.03_03.49.05
Reproduction Material
$ python3 run_designs.py --designs spm xtea md5 aes256 --tag test --threads 3
Expected behavior
complete the flow without fail.
Logs
[2021-09-08 16:53:34,956 - INFO] spm config_regression_0 running
[2021-09-08 16:53:34,962 - INFO] spm config_regression_1 running
[2021-09-08 16:53:34,966 - INFO] spm config_regression_2 running
[2021-09-08 16:53:34,989 - INFO] spm config_regression_3 running
[2021-09-08 16:53:34,999 - INFO] xtea config_regression_0 running
[2021-09-08 16:53:35,630 - ERROR] spm config_regression_0 failed check /home/vijayan/OPENLANE_FLOW/Aug15_2021_OpenLane/OpenLane/./designs/spm/runs/config_regression_0/error.txt
Exception in thread Thread-1:
Traceback (most recent call last):
File "run_designs.py", line 314, in run_design
subprocess.check_output(command.split(), stderr=subprocess.PIPE)
File "/usr/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/usr/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['./flow.tcl', '-design', 'spm', '-tag', 'config_regression_0', '-overwrite', '-disable_output', '-config_tag', 'config_regression_0', '-no_save']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
File "/usr/lib/python3.8/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "run_designs.py", line 325, in run_design
with open(run_path + "error.txt", "w") as error_file:
FileNotFoundError: [Errno 2] No such file or directory: '/home/vijayan/OPENLANE_FLOW/Aug15_2021_OpenLane/OpenLane/./designs/spm/runs/config_regression_0/error.txt'
Exiting thread 0
The-OpenROAD-Project/OpenLane