dnanar
Junior Member level 1
- Joined
- May 8, 2014
- Messages
- 17
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 140
Hi,
I'm trying to use Synopsys 32/28nm Interoperable PDK. There is an HSPICE MOS definition in it (n105/p105) and I'm trying to use it.
So, as in the documentation, I'm doing:
But I get as output:
I probably misincluded the library but I can't figure out how to properly include it.
Anyone know how please?
Thanks.
I'm trying to use Synopsys 32/28nm Interoperable PDK. There is an HSPICE MOS definition in it (n105/p105) and I'm trying to use it.
So, as in the documentation, I'm doing:
Code:
*** test***
.lib '/.../SAED32_28_iPDK/hspice/saed32nm.lib' TT *line given in the doc (changed the path)...
.tran 0.01n 10n
.param vdd=1.05
Vdd dd 0 DC vdd
Vclk clk 0 DC 0 pulse 0 vdd 0 0.1n 0.1n 5.5n 11n
Mn clk dd 0 0 n105
Mp clk dd dd dd p105
.end
But I get as output:
Code:
**error** model name n105 in the element 0:mn
is not defined.
I probably misincluded the library but I can't figure out how to properly include it.
Anyone know how please?
Thanks.