xPDK BB - List BBs

It is easy to use xsltproc to get some data. For example the following lists the BBs in the file.
for A in `xsltproc --xinclude  xPDK_BB_list.xsl xPDK_BB.xml` ; do echo $A ; done
This can be handy to select specific sections, see for example simulation files.

Download: PDK_BB_list.xsl