commit | fe2ca2091cbf5ebf82bfddb062a7f1b65a9271d7 | [log] [tgz] |
---|---|---|
author | Tim 'mithro' Ansell <me@mith.ro> | Thu Oct 29 08:11:33 2020 -0700 |
committer | Tim 'mithro' Ansell <tansell@google.com> | Thu Oct 29 08:11:33 2020 -0700 |
tree | d1aa046e5bd6122d4728327140252c87b1c17750 | |
parent | 52f30ef0ec41942bebd2ae8c9fc41ecd177762a7 [diff] | |
parent | 0f5ece9c8233584e1e7acfd4fc18bb79016a2fd9 [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>