#!/bin/csh -f

if ( ! -f .routing_guide.rgf ) ln -s ../04_cts/.routing_guide.rgf .

#############################################################
set NANO      = /home/vdec/cadence/SOC-8.1/bin/nanoroute
#############################################################

${NANO} -64 -batch -init ./file/nanoroute_ux8l.tcl -log route.log


