GitHub
11/18/2024, 7:44 PMgit 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-PDKGitHub
11/19/2024, 11:28 AM