I tried to run this regression test command. But f...
# openlane
v
I tried to run this regression test command. But failed with below error message. Anyone can have idea how to resolve this? $ python3.8 run_designs.py --designs spm xtea --regression ./scripts/config/regression.config [2021-09-08 121800,465 - INFO] spm config_regression_0 running [2021-09-08 121800,468 - INFO] spm config_regression_1 running [2021-09-08 121800,473 - INFO] spm config_regression_2 running [2021-09-08 121800,480 - INFO] spm config_regression_3 running [2021-09-08 121800,490 - INFO] xtea config_regression_0 running [2021-09-08 121801,135 - ERROR] spm config_regression_1 failed check /home/vijayan/OPENLANE_FLOW/Aug15_2021_OpenLane/OpenLane/./designs/spm/runs/config_regression_1/error.txt Exception in thread Thread-2: 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_1', '-overwrite', '-disable_output', '-config_tag', 'config_regression_1', '-no_save']' returned non-zero exit status 1. @User