Install Cadence

  1. Check that the VOVDIR environment variable is set correctly. You should be able to locate the following file: $VOVDIR/eda/Cadence/ADE-NC/cdsinit
  2. Update your ~/.cdsinit file. The simplest change is to add the following lines:
    ;;; Append these lines to ~/.cdsinit
      ;;; Sourcing RTDA cdsinit
      vovdir = getShellEnvVar( "VOVDIR" )
      ilfile = strcat( vovdir "/eda/Cadence/ADE-NC/cdsinit" );
      printf( "Loading RTDA NetworkComputer Interface %s\n" ilfile )
      load( ilfile )