#!/bin/tcsh -f
#
if ( $#argv < 1) then
  echo "Usage: synthesize_osu018 [options] <verilog_file> [<layout_file>]"
  exit 1
endif
./synth_script.sh OSU018 $argv
