commit | a2ecab114d032eb71ae216af570e37bbdc66e7e2 | [log] [tgz] |
---|---|---|
author | Tim 'mithro' Ansell <me@mith.ro> | Thu Oct 29 08:10:00 2020 -0700 |
committer | Tim 'mithro' Ansell <tansell@google.com> | Thu Oct 29 08:10:00 2020 -0700 |
tree | 84a0db3f11778ee0eceffd340ff682dc359dccc8 | |
parent | e905472a13b5d175e91b3c5e9f58fb03015f2a8a [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>