sainadh
Newbie level 4
- Joined
- Apr 7, 2015
- Messages
- 6
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 43
please anyone help me regarding this
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
See this thread on how to modify a general BSIM-CMG FINFET model for Hspice.i need FINFET model for any technology model.
Use the standard code for an inverter and replace the MOSFETs by FINFETs.please can you send netlist for simple inverter.
... for FINFET like this we have to go(D,S,G1,G2,B) ...
.param g2=0 ***GAte2 of pfet***
.param g4=0 ***Gate2 of nfet***
***assigned zero as the back gate voltage for both transistors****
inv_1 out vdd vin g2 vdd pfet
inv_2 out gnd vin g4 gnd nfet
Voltage1 vdd gnd DC 1.0
Voltage2 vin gnd PULSE(0 1.0 0 1n 1n 25n 75n)
.PRINT TRAN V(vout)
.PRINT TRAN V(vin)
.tran 10n 200n
.end
* .param g2=0 ***Gate2 of pfet***
* .param g4=0 ***Gate2 of nfet***
***assigned zero as the back gate voltage for both transistors****
* D S G1 G2 B model
M_1 out vdd vin vin vdd pfet
M_2 out gnd vin vin gnd nfet
Voltage1 vdd gnd DC 1.0
Voltage2 vin gnd PULSE(0 1.0 0 1n 1n 25n 75n)
Vgnd gnd 0 DC 0
.PRINT TRAN V(vout)
.PRINT TRAN V(vin)
.tran 10n 200n
.end
** PTM-MG 16nm HSPICE Model Card for HP PFET
** Nominal VDD=0.85V
.model pfet pmos level = 72
+ bulkmod = 1
+lmin = 1e-008 lmax = 3e-008
** PTM-MG 16nm HSPICE Model Card for HP NFET
** Nominal VDD=0.85V
.model nfet nmos level = 72
+ bulkmod = 1
+lmin = 1e-008 lmax = 3e-008
**error** model name pmos in the element 0:m_1
is not defined.
... these models. If you don't have them already, you'll probably find these modelcards somewhere in the BSIM-CMG, Latest Release section..INCLUDE ...
*inv fin
* .param g2=0 ***Gate2 of pfet***
* .param g4=0 ***Gate2 of nfet***
***assigned zero as the back gate voltage for both transistors****
* D S G1 G2 B model
M_1 out vdd vin vin vdd pfet
M_2 out gnd vin vin gnd nfet
Voltage1 vdd gnd DC 1.0
Voltage2 vin gnd PULSE(0 1.0 0 1n 1n 25n 75n)
Vgnd gnd 0 DC 0
.PRINT TRAN V(vout)
.PRINT TRAN V(vin)
.tran 10n 200n
.end