commit | 175daa5e853a5aef8d35f3330982d52890203932 | [log] [tgz] |
---|---|---|
author | Tim 'mithro' Ansell <me@mith.ro> | Thu Oct 29 08:10:17 2020 -0700 |
committer | Tim 'mithro' Ansell <tansell@google.com> | Thu Oct 29 08:10:17 2020 -0700 |
tree | 70fad6aef24a1f95cbcdb066fba6ce984f00996a | |
parent | f01d3320f30a058f602586ec73c9ebdab413926d [diff] | |
parent | a2ecab114d032eb71ae216af570e37bbdc66e7e2 [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>