To add a bit more to this, my base command is: ./configure --enable-sky130-pdk. The --enable-sram-sky130 command
gives me access to various RAM blocks which would be useful. The --prefix=/home/schippes is just if you want to specify
where to install the pdk. Without it, where is the default installation dir? Therefore, if I run the command given by the open_pdk
link for example, it will install the pdk in some default location and also the ram. I need to also tell the ./configure command
where the sw pdk root library is?