PdnPinDumper is a temporary utility to get MACRO pin location for PDN construction. It is based on TritonRoute database and will be replaced by OpenROAD database once available.
PdnPinDumper is tested in 64-bit CentOS 6/7 environments with the following prerequisites:
To install PdnPinDumper:
$ cd PdnPinDumper $ mkdir build $ cd build $ cmake -DBOOST_ROOT=<BOOST_ROOT> ../ $ make