You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to import the transistors models to the Virtuoso in order to model and simulate an aging model that I have.
I'm following the guidelines, but when running the virtuoso I'm getting the following Warnings: WARNING The directory: '/users/firasr/asap7_rundir/$PDK_DIR/asap7ssc7p5t_05' does not exist
but was defined in libFile '/users/firasr/asap7_rundir/cds.lib' for Lib 'asap7ssc7p5t'. WARNING The directory: '/users/firasr/asap7_rundir/$PDK_DIR/cdslib/asap7_TechLib' does not exist
but was defined in libFile '/users/firasr/asap7_rundir/cds.lib' for Lib 'asap7_TechLib'. WARNING The directory: '/users/firasr/asap7_rundir/$CDS/tools/dfII/samples/cdslib/sample' does not exist
but was defined in libFile '/users/firasr/asap7_rundir/cds.lib' for Lib 'sample'. WARNING The directory: '/users/firasr/asap7_rundir/$PDK_DIR/asap7ssc7p5t_05' does not exist
but was defined in libFile '/users/firasr/asap7_rundir/cds.lib' for Lib 'asap7ssc7p5t'. WARNING The directory: '/users/firasr/asap7_rundir/$PDK_DIR/cdslib/asap7_TechLib' does not exist
but was defined in libFile '/users/firasr/asap7_rundir/cds.lib' for Lib 'asap7_TechLib'. WARNING The directory: '/users/firasr/asap7_rundir/$CDS/tools/dfII/samples/cdslib/sample' does not exist
but was defined in libFile '/users/firasr/asap7_rundir/cds.lib' for Lib 'sample'.
The ones with $PDK_DIR I solved by running the setenv PDK_DIR ${PWD} again. but the one with the CDS I don't know what to do with it.
The paths defined in cds.lib: SOFTINCLUDE $CDS/share/cdssetup/cds.lib
DEFINE sample $CDS/tools/dfII/samples/cdslib/sample
are not available and I can't really see where the $CDS should be defined.
Your help is much appreciated.
Best,
Firas
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to import the transistors models to the Virtuoso in order to model and simulate an aging model that I have.
I'm following the guidelines, but when running the virtuoso I'm getting the following Warnings:
WARNING The directory: '/users/firasr/asap7_rundir/$PDK_DIR/asap7ssc7p5t_05' does not exist
but was defined in libFile '/users/firasr/asap7_rundir/cds.lib' for Lib 'asap7ssc7p5t'.
WARNING The directory: '/users/firasr/asap7_rundir/$PDK_DIR/cdslib/asap7_TechLib' does not exist
but was defined in libFile '/users/firasr/asap7_rundir/cds.lib' for Lib 'asap7_TechLib'.
WARNING The directory: '/users/firasr/asap7_rundir/$CDS/tools/dfII/samples/cdslib/sample' does not exist
but was defined in libFile '/users/firasr/asap7_rundir/cds.lib' for Lib 'sample'.
WARNING The directory: '/users/firasr/asap7_rundir/$PDK_DIR/asap7ssc7p5t_05' does not exist
but was defined in libFile '/users/firasr/asap7_rundir/cds.lib' for Lib 'asap7ssc7p5t'.
WARNING The directory: '/users/firasr/asap7_rundir/$PDK_DIR/cdslib/asap7_TechLib' does not exist
but was defined in libFile '/users/firasr/asap7_rundir/cds.lib' for Lib 'asap7_TechLib'.
WARNING The directory: '/users/firasr/asap7_rundir/$CDS/tools/dfII/samples/cdslib/sample' does not exist
but was defined in libFile '/users/firasr/asap7_rundir/cds.lib' for Lib 'sample'.
The ones with$PDK_DIR I solved by running the setenv PDK_DIR $ {PWD} again. but the one with the CDS I don't know what to do with it.
The paths defined in cds.lib: SOFTINCLUDE $CDS/share/cdssetup/cds.lib
DEFINE sample $CDS/tools/dfII/samples/cdslib/sample
are not available and I can't really see where the $CDS should be defined.
Your help is much appreciated.
Best,
Firas
The text was updated successfully, but these errors were encountered: