commit | 4cecae500b194a7a5353ea690f57943038b9fb53 | [log] [tgz] |
---|---|---|
author | Tim 'mithro' Ansell <me@mith.ro> | Thu Oct 29 08:11:35 2020 -0700 |
committer | Tim 'mithro' Ansell <tansell@google.com> | Thu Oct 29 08:11:35 2020 -0700 |
tree | 43d959b283bd3ed938c1e3036c0d054b21e90f27 | |
parent | 92e78fb5e96de314374fb2ef54ab4b1fef628817 [diff] | |
parent | fe2ca2091cbf5ebf82bfddb062a7f1b65a9271d7 [diff] |
lef: Fixing VNB/VPB properties in .magic.lef files. Both the `PIN VNB` and `PIN VPB` are now marked with `DIRECTION INOUT`. The `PIN VNB` is marked with `USE GROUND` and the `PIN VPB` is marked with `USE POWER`. This should fix the `.magic.lef` file usage with OpenROAD (and hopefully other tools too). Fixes https://github.com/google/skywater-pdk/issues/172 Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>