因為TetraMAX會去參考SYNOPSYS及SYNOPSYS_TMAX這兩個變數
因此要將它們設成TetraMAX的安裝路徑
以下是bash的設法
export SYNOPSYS=/mnt/eda/Synopsys/tx2009.06
export SYNOPSYS_TMAX=/mnt/eda/Synopsys/tx2009.06
TMAX_HOME=/mnt/eda/Synopsys/tx2009.06
#alias tmax 'TMAX_HOME/bin/tmax \!*'
export PATH=$PATH:$TMAX_HOME/bin:./
附註
For backward compatibility, you can still set $SYNOPSYS_TMAX. If $SYNOPSYS_TMAX is
set, it will override $SYNOPSYS.
The following conditions and rules apply to specifying the location for installing TetraMAX:
1. SYNOPSYS is set and SYNOPSYS_TMAX is not set. This is the preferred and recommended condition.
2. SYNOPSYS_TMAX is set and SYNOPSYS is not set. The tool will set SYNOPSYS using the value of SYNOPSYS_TMAX and continue.
3. Both SYNOPSYS and SYNOPSYS_TMAX are set. SYNOPSYS_TMAX will take precedence and SYNOPSYS is set to match before invoking the kernel.
4. Both SYNOPSYS and SYNOPSYS_TMAX are set, and are of different values, then a warning message is generated similar to the following:
WARNING:
WARNING: $SYNOPSYS and $SYNOPSYS_TMAX are set differently,
using $SYNOPSYS_TMAX
WARNING: SYNOPSYS_TMAX = /mount/groucho/joeuser/tmax
WARNING: SYNOPSYS = /mount/harpo/production/synopsys
WARNING:
WARNING: Use of SYNOPSYS_TMAX is outdated and support for
this will be removed
WARNING: in a future release. Please use SYNOPSYS instead.
WARNING: