Hello, when i run the precheck, i am getting lvs e...
# shuttle-precheck
d
Hello, when i run the precheck, i am getting lvs error. Both local lvs and lvs with wrapper designs are successfully passed. After precheck, one resistor name got mismatched. i thick that might be the issue. but i am not sure is there any other issue. i am attaching the screenshot for the same and attaching the log file also. @Mitch Bailey
m
@Darshitha Dinesh Please change the
lvs_config.json
file from
Copy code
"LVS_SPICE_FILES_TO_FIX": [
		"$UPRJ_ROOT/xschem/user_analog_project_wrapper.spice"
	],
	"LVS_SPICE_FILES": [
		""
	],
to
Copy code
"LVS_SPICE_FILES": [
		"$UPRJ_ROOT/xschem/user_analog_project_wrapper.spice"
	],
d
Done, still showing the same error.
m
Did you resolve this error? The device in the schematic should be
sky130_fd_pr__res_high_po_0p35
. Does that match?