commit | 2d165a2ffdb4e632ed4ffbb52ac19f49d1be04a6 | [log] [tgz] |
---|---|---|
author | Tim 'mithro' Ansell <me@mith.ro> | Thu Oct 29 08:09:19 2020 -0700 |
committer | Tim 'mithro' Ansell <tansell@google.com> | Thu Oct 29 08:09:19 2020 -0700 |
tree | 73ee113c3bcb112459d0b3fd8e34460aac09bd31 | |
parent | 2a82aa593da417e5b757736ef67ddd5d37a80ace [diff] | |
parent | b81bfbb8d3bda76d4795f6a5ea041014fda2ae40 [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>