#!/bin/csh -f

# the default analog solver is Spectre
#  o The '-amsf' option enables ultrasim for the analog solver
#  o The '-solver aps' enables APS for the analog solver
#  o Note: The '-solver aps' and '-amsf' options cannot be used at
#          the same time

irun                           \
     top.vams                  \
     cds_globals.vams          \
     inv.v                     \
     inv.scs                   \
     amscf.scs                 \
     -timescale 1ns/1ns        \
     -iereport                 \
     -access +rwc              \
     -input probe.tcl          \
     -gui


