#!/bin/bash
DREAL_TECHNO_NAME=${ALLIANCE_TOP}/etc/cmos.dreal
GRAAL_TECHNO_NAME=${ALLIANCE_TOP}/etc/cmos.graal
RDS_TECHNO_NAME=${ALLIANCE_TOP}/etc/cmos.rds
MBK_CATA_LIB=.:/usr/share/pharosc/alliance/cells/sxlib:${ALLIANCE_TOP}/cells/dp_sxlib:${ALLIANCE_TOP}/cells/ramlib:${ALLIANCE_TOP}/cells/romlib:${ALLIANCE_TOP}/cells/rflib:${ALLIANCE_TOP}/cells/rf2lib:${ALLIANCE_TOP}/cells/padlib:${ALLIANCE_TOP}/cells/pxlib
MBK_TARGET_LIB=/usr/share/pharosc/alliance/cells/sxlib
export DREAL_TECHNO_NAME
export GRAAL_TECHNO_NAME
export RDS_TECHNO_NAME
export MBK_CATA_LIB
export MBK_TARGET_LIB
echo "# RDS_TECHNO_NAME is "$RDS_TECHNO_NAME
