#!/bin/bash
################################################################################
# NAME     : run_hspice
# PURPOSE  : HSpice wrapper script
# AUTHOR   : Richard Booth
# DATE     : Sat Nov  9 11:08:25 2013
# -----------------------------------------------------------------------------
# NOTES    : 
################################################################################
ifile=$1 ofile=$2 rfile=$3 project=$4
hspice=/tools/hspice/bin/hspice
$hspice $ifile -o $ofile
