Himanshu Singh
03/11/2024, 11:59 AMStefan Schippers
03/11/2024, 12:02 PM.include /usr/local/share/pdk/sky130B/libs.ref/sky130_fd_sc_hd/spice/sky130_fd_sc_hd.spice
Stefan Schippers
03/11/2024, 12:06 PMVGND=GND VNB=GND VPB=VPWR VPWR=VPWR
Stefan Schippers
03/11/2024, 12:08 PMsudo apt install ibcairo2 libcairo2-dev
Himanshu Singh
03/11/2024, 12:18 PMHimanshu Singh
03/11/2024, 12:23 PMMitch Bailey
03/11/2024, 12:25 PMcode_shown.sym
values are referencing both sky130B
and sky130A
.Himanshu Singh
03/11/2024, 12:26 PMHải Thái
03/11/2024, 1:05 PMsky130A
and sky130B
is the reason for the redefinition warnings.Stefan Schippers
03/11/2024, 2:01 PM.lib /usr/local/share/pdk/sky130B/libs.tech/combined/sky130.lib.spice tt
.include /usr/local/share/pdk/sky130B/libs.ref/sky130_fd_sc_hd/spice/sky130_fd_sc_hd.spice
Himanshu Singh
03/11/2024, 3:23 PMStefan Schippers
03/11/2024, 3:27 PM.include
will read in the file into the current netlist as is with no magic or hidden things.Roel Jordans
03/13/2024, 12:50 PM"tcleval(
* Standard cell simulation files
.include $::SKYWATER_STDCELLS/sky130_fd_sc_hd.spice
* Power domains
VSTDCELL_PWR VPWR 0 DC 1.8
VSTDCELL_PB VPB 0 DC 1.8
VSTDCELL_NB VNB 0 DC 0
VSTDCELL_GND VGND 0 DC 0
.global VNB VGND VPB VPWR
)"
Roel Jordans
03/13/2024, 12:51 PMHimanshu Singh
03/20/2024, 4:31 AMStefan Schippers
03/20/2024, 8:51 AMHimanshu Singh
04/07/2024, 9:49 AMMitch Bailey
04/07/2024, 11:22 AMVNB
nmos bulk connection. VPB
pmos bulk connection.Himanshu Singh
04/07/2024, 12:06 PMStefan Schippers
04/08/2024, 9:01 AM