wakeup12
Newbie level 3
- Joined
- Aug 13, 2013
- Messages
- 3
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 24
Hello,
I have created an NMOS and a PMOS using skill script file. The problem is they are in different files and have default coordinates where they are placed to.
I am trying to find a way to place them top to top e.g. like this:
and connect their pins to create an inverter for example.
So far I have struggled with this function:
but no chance.
Can someone help me with this problem?
I can also attach nmos and pmos skill files which are generated if needed.
Thank you
I have created an NMOS and a PMOS using skill script file. The problem is they are in different files and have default coordinates where they are placed to.
I am trying to find a way to place them top to top e.g. like this:
and connect their pins to create an inverter for example.
So far I have struggled with this function:
Code:
cv = geGetEditCellView()
dbCreatePathSeg(cv 10 0:0 5:5 5 "truncate" "truncate")
but no chance.
Can someone help me with this problem?
I can also attach nmos and pmos skill files which are generated if needed.
Thank you