commit | 8d095dc6f5885aa313e4361554af211147ade578 | [log] [tgz] |
---|---|---|
author | Tim 'mithro' Ansell <me@mith.ro> | Thu Oct 29 08:07:49 2020 -0700 |
committer | Tim 'mithro' Ansell <tansell@google.com> | Thu Oct 29 08:07:49 2020 -0700 |
tree | 07d155a47b0b121210572556e9c7d0b6cd8187ff | |
parent | efaf575772a8ea1b66ef7dbc1bea51617367ec06 [diff] | |
parent | 3aaa84ef44ed5e3e7b84a10b964f2016f2d5645b [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>