Micah Tseng
10/27/2022, 1:00 AM# run lvs between xschem and magic
.PHONY: netgen_component_lvs
netgen_component_lvs:
ifndef component
$(error component is not set)
endif
netgen -batch lvs "./xschem/src/$(component)/$(component).spice $(component)" "./mag/components/$(component).spice $(component)" ./netgen/sky130A_setup.tcl ./netgen/$(component)_comp.out
I have attached the netgen output and the spice files.
Thank you so much!Mitch Bailey
10/27/2022, 1:16 AMMicah Tseng
10/27/2022, 1:17 AMMicah Tseng
10/27/2022, 1:18 AMMicah Tseng
10/27/2022, 1:19 AMMitch Bailey
10/27/2022, 1:54 AMsch
data too?Mitch Bailey
10/27/2022, 2:52 AMMicah Tseng
10/27/2022, 4:12 AMMitch Bailey
10/27/2022, 4:16 AMsky130_fd_pr__cap_mim_m3_1/1
vs sky130_fd_pr__cap_mim_m3_1/2
---------------------------------------------------------------------------------------
Net: w_5020_n4620# |Net: net7
sky130_fd_pr__pfet_01v8/(1|3) = 2 | sky130_fd_pr__pfet_01v8/(1|3) = 2
sky130_fd_pr__pfet_01v8/4 = 2 | sky130_fd_pr__pfet_01v8/4 = 2
sky130_fd_pr__cap_mim_m3_1/1 = 1 | sky130_fd_pr__cap_mim_m3_1/2 = 1
|
Net: a_4748_n4940# |Net: net8
sky130_fd_pr__nfet_01v8/(1|3) = 4 | sky130_fd_pr__nfet_01v8/(1|3) = 4
sky130_fd_pr__cap_mim_m3_1/2 = 1 | sky130_fd_pr__cap_mim_m3_1/1 = 1
---------------------------------------------------------------------------------------
Micah Tseng
10/27/2022, 4:21 AMMicah Tseng
10/27/2022, 4:21 AMMitch Bailey
10/27/2022, 4:33 AMMicah Tseng
10/27/2022, 2:18 PMMicah Tseng
10/27/2022, 2:18 PMMitch Bailey
10/27/2022, 2:41 PMvin_p
and those related to vin_n
.
I used flatglob
to flatten the pcells in the layout before extracting the gds.Micah Tseng
11/06/2022, 3:53 AMMicah Tseng
11/06/2022, 3:54 AMflatgob
the reason you were able to get output on a node that in my netgen output was not reported? Or why was that net reported for you and not me?Mitch Bailey
11/06/2022, 9:40 AMMicah Tseng
11/06/2022, 3:57 PMMitch Bailey
11/06/2022, 4:43 PMTim Edwards
11/06/2022, 4:44 PMdebug on
to the script before running the lvs
command. But the output isn't pretty.Tim Edwards
11/06/2022, 4:46 PMMicah Tseng
11/06/2022, 4:49 PMMitch Bailey
11/06/2022, 4:57 PMMicah Tseng
11/06/2022, 5:00 PM