Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Tcad sentaurus region calling error

Status
Not open for further replies.

EngAmira

Newbie level 6
Joined
Apr 21, 2015
Messages
14
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
183
Description:
I've a question regarding below structure file command , it is used to define the channel region in multifin finfet as n is number of fins and t is the order of the fin

I got error when trying to call the channel region in other file I need to call channel 1, channel 2 and so on depending on the fin order so what is the right syntax for calling it

Code:
//////////////////structure file//////////////////////////////// 
////////////////////////////////////////////////////////////// 
;;;;;;;silicon Channel;;;;;;; 
(define t 0) 
(do (( n 0 (+ n 1))) ((> n (- @Nfin@ 1))) 
(sdegeo:create-cuboid (position (+ (* -1 (- (/ SubWidth 2) HalfWidth))(* pitch t)) (* -1 (+ HalfLength @Overlap1@)) 0) (position (+ (* -1 (- (/ SubWidth 2) HalfWidth)) @tSili@ (* pitch t)) (+ HalfLength @Overlap1@) @H@) "Silicon" (string-append 
"Channel" (number->string t))) 

/////////////////Sprocess.cmd file/////////////////////////////////// 
//////////////////////////////////////////////////////////////////// 
region name=Channel (t) mySiGe change.material

I got syntax error when calling using this method please advise with the correct method
 
Last edited by a moderator:

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top