Skip to content

Commit

Permalink
add lvs_format attribute to all nfet and pfet transistors for LVS
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanSchippers committed Feb 6, 2023
1 parent 05e6f95 commit cab6aad
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions cells/xschem/symbols/nmos_3p3.sym
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ format="@spiceprefix@name @pinlist @model L=@L W=@W
+ nf=@nf ad=@ad as=@as pd=@pd ps=@ps
+ nrd=@nrd nrs=@nrs sa=@sa sb=@sb sd=@sd
+ m=@m"
lvs_format="@name @pinlist @model L=@L W=@W nf=@nf m=@m"
template="name=M1
L=0.28u
W=0.22u
Expand Down
1 change: 1 addition & 0 deletions cells/xschem/symbols/nmos_3p3_sab.sym
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ format="@spiceprefix@name @pinlist @model L=@L W=@W
+ nf=@nf ad=@ad as=@as pd=@pd ps=@ps
+ nrd=@nrd nrs=@nrs sa=@sa sb=@sb sd=@sd
+ m=@m"
lvs_format="@name @pinlist @model L=@L W=@W nf=@nf m=@m"
template="name=M1
L=0.28u
W=0.22u
Expand Down
1 change: 1 addition & 0 deletions cells/xschem/symbols/nmos_6p0.sym
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ format="@spiceprefix@name @pinlist @model L=@L W=@W
+ nf=@nf ad=@ad as=@as pd=@pd ps=@ps
+ nrd=@nrd nrs=@nrs sa=@sa sb=@sb sd=@sd
+ m=@m"
lvs_format="@name @pinlist @model L=@L W=@W nf=@nf m=@m"
template="name=M1
L=0.70u
W=0.30u
Expand Down
1 change: 1 addition & 0 deletions cells/xschem/symbols/nmos_6p0_nat.sym
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ format="@spiceprefix@name @pinlist @model L=@L W=@W
+ nf=@nf ad=@ad as=@as pd=@pd ps=@ps
+ nrd=@nrd nrs=@nrs sa=@sa sb=@sb sd=@sd
+ m=@m"
lvs_format="@name @pinlist @model L=@L W=@W nf=@nf m=@m"
template="name=M1
L=1.80u
W=0.80u
Expand Down
1 change: 1 addition & 0 deletions cells/xschem/symbols/pmos_3p3.sym
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ format="@spiceprefix@name @pinlist @model L=@L W=@W
+ nf=@nf ad=@ad as=@as pd=@pd ps=@ps
+ nrd=@nrd nrs=@nrs sa=@sa sb=@sb sd=@sd
+ m=@m"
lvs_format="@name @pinlist @model L=@L W=@W nf=@nf m=@m"
template="name=M1
L=0.28u
W=0.22u
Expand Down
1 change: 1 addition & 0 deletions cells/xschem/symbols/pmos_3p3_sab.sym
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ format="@spiceprefix@name @pinlist @model L=@L W=@W
+ nf=@nf ad=@ad as=@as pd=@pd ps=@ps
+ nrd=@nrd nrs=@nrs sa=@sa sb=@sb sd=@sd
+ m=@m"
lvs_format="@name @pinlist @model L=@L W=@W nf=@nf m=@m"
template="name=M1
L=0.28u
W=0.22u
Expand Down
1 change: 1 addition & 0 deletions cells/xschem/symbols/pmos_6p0.sym
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ format="@spiceprefix@name @pinlist @model L=@L W=@W
+ nf=@nf ad=@ad as=@as pd=@pd ps=@ps
+ nrd=@nrd nrs=@nrs sa=@sa sb=@sb sd=@sd
+ m=@m"
lvs_format="@name @pinlist @model L=@L W=@W nf=@nf m=@m"
template="name=M1
L=0.50u
W=0.30u
Expand Down

0 comments on commit cab6aad

Please sign in to comment.