puts "Setting up libraries for AMS HIT-Kit v4.10" set AMS_DIR [get_unix_variable AMS_DIR] # The Following commands connects DC to ams 35 Library files lappend search_path "${AMS_DIR}/synopsys/c35_3.3V" set target_library "${AMS_DIR}/synopsys/c35_3.3V/c35_CORELIB_TYP.db" set link_library "${AMS_DIR}/synopsys/c35_3.3V/c35_CORELIB_TYP.db" # set symbol_library {/opt/cad/designkits/ams/v370/synopsys/c35_3.3V/c35_CORELIB.sdb} puts "Done." # other customisation set allow_newer_db_files "true" set designer "Iain McNally" #end of setup