<#270 adms-compile-va.sh script writes in a nonext...
# ihp-sg13g2
g
#270 adms-compile-va.sh script writes in a nonextisting directory: Issue created by olisnr Environment
git clone -b dev --recursive <https://github.com/IHP-GmbH/IHP-Open-PDK.git>
Expected Behavior
~/share/pdk/ihp-sg13g2/libs.tech/xyce/adms$ ./adms-compile-va.sh
should compile plugins into the plugin directory
buildxyceplugin <http://psp103.va|psp103.va> ../../plugins
Actual Behavior but there is no directory from git clone, and no is created from in the script Steps to Reproduce the Problem clone the dev-branch run
./adms-compile-va.sh
maybe the script should be updated with
mkdir ../../plugins
, or maybe i clone somehow wrong :) IHP-GmbH/IHP-Open-PDK