#!/bin/bash

export ASIMUT=asimut

export RDS_TECHNO_NAME=/usr/share/pharosc/alliance/etc/vsc200.rds
export MBK_SPI_MODEL=/usr/share/pharosc/alliance/etc/spimodel.cfg
export DREAL_TECHNO_NAME=/usr/share/pharosc/alliance/etc/s200.dreal
export GRAAL_TECHNO_NAME=/usr/share/pharosc/alliance/etc/s.graal
export CATAL_NAME=VSCLIB013

export MBK_WORK_LIB=.
export MBK_IN_LO=vst
export MBK_OUT_LO=vst
$ASIMUT -b adder4 ../adder4 res_vasy >/dev/null
$ASIMUT -b adder4_o ../adder4 res_boom >/dev/null

export MBK_WORK_LIB=.
export MBK_TARGET_LIB=/usr/share/pharosc/alliance/cells/vsclib013
export MBK_CATA_LIB=$MBK_TARGET_LIB
cp $MBK_TARGET_LIB/$CATAL_NAME .
export MBK_CATAL_NAME=$CATAL_NAME
export MBK_IN_LO=vst
export MBK_OUT_LO=vst
$ASIMUT adder4 ../adder4 res_loon >/dev/null
