RTimothyEdwards / open_pdks

PDK installer for open-source EDA tools and toolchains. Distributed with setups for the SkyWater 130nm and Global Foundries 180nm open processes.
http://opencircuitdesign.com/open_pdks
Apache License 2.0
267 stars 85 forks source link

Netgen PNP Typos #66

Open yrrapt opened 3 years ago

yrrapt commented 3 years ago

In the netgen setup file:

sky130/netgen/sky130_setup.tcl

There are typos for the PNP device names:

lappend devices sky130_fd_pr__php_05v5_W0p68L0p68
lappend devices sky130_fd_pr__php_05v5_W3p40L3p40

Should be (php -> pnp):

lappend devices sky130_fd_pr__pnp_05v5_W0p68L0p68
lappend devices sky130_fd_pr__pnp_05v5_W3p40L3p40
RTimothyEdwards commented 3 years ago

@yrrapt : Thanks, I'll get that patched up right away.