aquiles viza
04/14/2024, 5:48 PMM3-VIA3-M4
if capm.drawing
layer is present (same principle for capm2). If that's possible, it would be very helpful. @Leo Moser @Tim Edwards.
PD: Found a bug on file sky130A.lyt
. On line 161 replace met1='67/20...
with li='67/20...
Mitch Bailey
04/14/2024, 8:54 PMLayer Stack
button in the lower left corner.
For a short term fix, you can open that to edit the technology.
In the computed and symbolic layers section add
via3
70/44-89/44
In the connectivity section, replace 70/44
with via3
You can do something similar for capm2
.
The permanent solution is to modify the technology file.
Pull requests are appreciated.aquiles viza
04/14/2024, 8:56 PMaquiles viza
04/14/2024, 9:05 PMsky130A.lyt
with this connection configuration
<connectivity>
<connection>66/20,66/44,li</connection>
<connection>li,67/44,met1</connection>
<connection>met1,68/44,met2</connection>
<connection>met2,69/44,met3</connection>
<connection>met3,via3,met4</connection>
<connection>met4,via4,met5</connection>
<symbols>li='67/20+67/5'</symbols>
<symbols>met1='68/20+68/5'</symbols>
<symbols>met2='69/20+69/5'</symbols>
<symbols>met3='70/20+70/5'</symbols>
<symbols>via3='70/44-89/44'</symbols>
<symbols>met4='71/20+71/5'</symbols>
<symbols>via4='71/44-97/44'</symbols>
<symbols>met5='72/20+72/5'</symbols>
</connectivity>
Thanks @Mitch Bailey.Mitch Bailey
04/14/2024, 9:44 PMaquiles viza
04/15/2024, 4:35 AMMitch Bailey
04/15/2024, 9:23 AMLeo Moser
04/15/2024, 10:19 AMMitch Bailey
04/15/2024, 11:19 AMaquiles viza
04/21/2024, 6:47 PMMitch Bailey
04/22/2024, 12:30 AMLeo Moser
08/15/2024, 4:49 PMaquiles viza
08/15/2024, 5:43 PMMitch Bailey
08/15/2024, 5:53 PMshort
datatypes /15
from from the metal_connectivity
too.Leo Moser
08/16/2024, 6:40 AM