gregdavill
12/11/2023, 11:30 PMOEB
check. I get the following error ERROR: could not expand signal vdd signal vdd not found.
Same for vss. It also reports la_out[50] is shorted to a tie net. It looks the same as all the other la_out signals... I'm using the default PRIMARY_SIGNOFF_TOOL Magic
So not sure if I'm seeing the same CVC case sensitivity error as @Egor LukyanchenkoMitch Bailey
12/11/2023, 11:44 PMgfmpw-1d
)?
make run-precheck
gregdavill
12/11/2023, 11:46 PMMitch Bailey
12/11/2023, 11:49 PMprecheck_results/<tag>/logs/precheck.log
?gregdavill
12/11/2023, 11:55 PMgregdavill
12/11/2023, 11:55 PMMitch Bailey
12/11/2023, 11:59 PMgfmpw-1d
? That will effect the precheck settings.gregdavill
12/12/2023, 12:03 AMcurl ...caravel/gf180mcu/Makefile > Makefile
command. and git reports no changes.Mitch Bailey
12/12/2023, 12:04 AMMPW_TAG
in the Makefile
should be gfmpw-1d
. Can you verify?gregdavill
12/12/2023, 12:04 AMgregdavill
12/12/2023, 12:05 AMifeq ($(PDK),gf180mcuD)
MPW_TAG ?= gfmpw-1d
Mitch Bailey
12/12/2023, 12:08 AMext.log
, lvs.report
, cvc.log
from precheck_results/<tag>/tmp
gregdavill
12/12/2023, 12:11 AMgregdavill
12/12/2023, 12:13 AMgregdavill
12/12/2023, 12:25 AMgregdavill
12/12/2023, 12:51 AMcore area lower left (12.000 12.000) snapped to (12.320 15.680)
? This seems suspicious in my 3-inital_fp.log fileMitch Bailey
12/12/2023, 12:52 AMlvs/user_project_wrapper/lvs_config.json
file too?
It looks like the sram settings aren’t being applied.
For the LVS error, you might try removing the def labels with
"MAGIC_DEF_LABELS": 0
next time. If you wanted a quick fix, open gds/user_project_wrapper.gds
in klayout and remove the net2331
text.
Is your top level text vdd
and vss
?Mitch Bailey
12/12/2023, 12:53 AMgregdavill
12/12/2023, 12:53 AMgregdavill
12/12/2023, 1:03 AMgregdavill
12/12/2023, 1:06 AMMitch Bailey
12/12/2023, 1:45 AMconfig.json
file and precheck lvs_config.json
file are totally separate.
The config.tcl
or config.json
file is in openlane/user_project_wrapper
and the lvs_config.json
file is in lvs/user_project_wrapper
.gregdavill
12/13/2023, 7:30 AM