Difference: Tutorial5thTCADDay1 (4 vs. 5)

Revision 52021-05-18 - KojiNakamura

Line: 1 to 1
 
META TOPICPARENT name="Tutorial4thTCADWorkshop"

1日目(最初の例題を動かす)

Line: 12 to 12
 今回は何もないところから始めてプロジェクトを作る方法を説明します。

まずは環境を整えます。自分のPCから、

Deleted:
<
<

 
ssh -X atlaspc7.kek.jp -l [username]

続いて以下のコマンドを打ちます。

Line: 33 to 32
 次回からたくさんのコマンドを打たなくてよいように、別のターミナルで、
% mkdir ~/work/scripts/
Changed:
<
<
emacsで~/work/scripts/tcad.shを開いて上のコマンドを書く。
>
>
emacsで~/work/scripts/tcad.shを開いて以下のコマンドを書く。


source /home/software/scripts/common.sh
source /home/software/scripts/vdec-license.sh
source /home/software/scripts/synopsys.sh
export STDB=~/work/Silicon/TCAD
  もしくは
% cat > ~/work/scripts/tcad.sh << EOF 
Line: 49 to 50
 swb &

プロジェクトの作成

Changed:
<
<
Project -> New Projectとしてから Project -> Save As -> project
>
>
Project -> Traditional Projectとしてから Project -> Save As -> project
  /home/[username]/work/Silicon/TCAD/Sentaurus/tutorials/myexample
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback