commit | edfe6c90b31e9fb2ef51d367f349da61bd147037 | [log] [tgz] |
---|---|---|
author | Tim 'mithro' Ansell <me@mith.ro> | Thu Oct 29 08:11:24 2020 -0700 |
committer | Tim 'mithro' Ansell <tansell@google.com> | Thu Oct 29 08:11:24 2020 -0700 |
tree | 0ed3a0b12b8dd80e697a3c790eabbe17f8600d23 | |
parent | 86b4f7974db09d0e1808615b1466695a0143b249 [diff] | |
parent | 72e0ddf7a52ffcfd32815fbd2cfa789a67bdd8c6 [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>