commit | 77450af723b17579499b77bfeab67e068c43cb6d | [log] [tgz] |
---|---|---|
author | Tim 'mithro' Ansell <me@mith.ro> | Thu Oct 29 08:08:15 2020 -0700 |
committer | Tim 'mithro' Ansell <tansell@google.com> | Thu Oct 29 08:08:15 2020 -0700 |
tree | b503b1a18c5036d8a3843f63998666651bcdf206 | |
parent | 90c66351742f53b63d4508edf728c41a5b4a1bc8 [diff] | |
parent | 82ea1266014d437ca31e456ccb8fa0ea4bcb3754 [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>