commit | 82ea1266014d437ca31e456ccb8fa0ea4bcb3754 | [log] [tgz] |
---|---|---|
author | Tim 'mithro' Ansell <me@mith.ro> | Thu Oct 29 08:08:08 2020 -0700 |
committer | Tim 'mithro' Ansell <tansell@google.com> | Thu Oct 29 08:08:08 2020 -0700 |
tree | 90991122c51fd1c11085dc1126dd3b2649dc90d8 | |
parent | 4ccac0c76bfd167ff96a70e24162775d05fd131d [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>