xPDK → openEPDA technology info

The XML can be used with xsltproc to quickly convert the data to other formats.

An example is writing an openEPDA technology_info file. Download: PDK_xlst_layers_openEPDA_technology.xsl
and run:
xsltproc --xinclude xPDK_xlst_layers_openEPDA_technology.xsl xPDK_Layout.xml|sed '/^[[:space:]]*$/d' > technology.yaml
This uses a basic loop with conditionals to check for values that are allowed to be undefined in xPDK.

Note

The resulting techology.yaml lacks most information as the format is rather limited.