Yuki Azuma
10/26/2021, 3:26 AMmake run-precheck
on my computer and got the I got the following error:
{{STEP UPDATE}} Executing Check 10 of 14: Klayout BEOL
Traceback (most recent call last):
File "mpw_precheck.py", line 132, in <module>
default_content='_default_content')
File "mpw_precheck.py", line 99, in main
run_precheck_sequence(precheck_config=precheck_config, project_config=project_config)
File "mpw_precheck.py", line 57, in run_precheck_sequence
results[check.__surname__] = check.run()
File "/home/yuki/mpw_precheck/check_manager/__init__.py", line 139, in run
self.klayout_cmd_extra_args)
File "/home/yuki/mpw_precheck/checks/drc_checks/klayout/klayout_gds_drc_check.py", line 20, in klayout_gds_drc_check
with open(report_file_path) as klayout_xml_report:
FileNotFoundError: [Errno 2] No such file or directory: '/home/yuki/workspace/make-lsi/jacaranda-8/caravel_jacaranda-8/precheck_results/26_OCT_2021___01_12_07/outputs/reports/klayout_beol_check.xml'
make: *** [Makefile:145: run-precheck] Error 1
The log shown in the workspace of efabless is as follows:
[10/25/21 10:52:45 PDT] STEP UPDATE
Executing Check 10 of 14: Klayout BEOL
[10/25/21 13:12:28 PDT] EXCEPTION
Script error code: 1
My project repo is here: https://github.com/cpu-dev/caravel_jacaranda-8
My project is here: https://efabless.com/projects/413
The output of the precheck report does not seem to be working, what could be the cause?
Thank you.omla
10/26/2021, 9:43 AMYuki Azuma
10/26/2021, 4:08 PMomla
10/26/2021, 4:47 PM16 GBs
of memory, we are trying to identify a fix that get's you over this issuempw-precheck
. It should be there within an hour.
We've also confirmed that your project completes a precheck run, it should take around 3 and a half hours
to complete a run.
Let me know if you face any other problems and good luck with your submission. 🙏Yuki Azuma
10/27/2021, 12:24 AMmanili
11/02/2021, 7:12 PM{{STEP UPDATE}} Executing Check 10 of 14: Klayout BEOL
Traceback (most recent call last):
File "mpw_precheck.py", line 132, in <module>
default_content='_default_content')
File "mpw_precheck.py", line 99, in main
run_precheck_sequence(precheck_config=precheck_config, project_config=project_config)
File "mpw_precheck.py", line 57, in run_precheck_sequence
results[check.__surname__] = check.run()
File "/home/manili/mpw_precheck/check_manager/__init__.py", line 139, in run
self.klayout_cmd_extra_args)
File "/home/manili/mpw_precheck/checks/drc_checks/klayout/klayout_gds_drc_check.py", line 20, in klayout_gds_drc_check
with open(report_file_path) as klayout_xml_report:
FileNotFoundError: [Errno 2] No such file or directory: '/home/manili/Desktop/caravel_user_project/precheck_results/02_NOV_2021___17_24_57/outputs/reports/klayout_beol_check.xml'
Makefile:144: recipe for target 'run-precheck' failed
make: *** [run-precheck] Error 1
I have 8GB of memory on my Ubuntu VM.omla
11/02/2021, 7:14 PMmanili
11/02/2021, 7:31 PMomla
11/03/2021, 1:49 PM