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.

[SOLVED] HSpice error: missing library entry name

Status
Not open for further replies.

EEPuppyPuppy

Junior Member level 3
Joined
Jun 14, 2018
Messages
26
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
343
I was trying to run this simulation but always get the 'missing library entry name error'.
I have tried using the '.include' commend alone, '.lib' commend alone, and both. I also have tried put the '.include' and '.lib' commends at different locations, like right after the title or before '.END'.
Could anyone please help me? Thank you really so much!
===============================================

Code:
*Single CMOS Schimitt trigger circuit
.INCLUDE '/home/icsrl/TECHNOLOGY/FROM_MOSIS/TSMC/65nm/PDK/CRN65GP/models/hspice/crn65gplus_2d5_lk_v1d0.l'
.LIB '/home/icsrl/TECHNOLOGY/FROM_MOSIS/TSMC/65nm/PDK/CRN65GP/models/hspice/crn65gplus_2d5_lk_v1d0.l' MOS

vdd 6 0 DC 1V
vin 2 0 PULSE (0 1 0n 0.4n 0.4n 14.6n 30n)
*Schimitt trigger circuit
mp1 5 4 6 6 pch.1 W=15u L=10u 
mp2 3 2 5 6 pch.1 W=15u L=10u
mp3 4 3 5 6 pch.1 W=15u L=10u
mn1 1 4 0 0 nch.1 W=10u L=10u
mn2 3 2 1 0 nch.1 W=10u L=10u
mn3 4 3 1 0 nch.1 W=10u L=10u
.TRAN 0.01ns 60ns
.PROBE post=1 

.END
 

make sure the file is present and that it has a section called MOS
 

It would be helpful to show the actual error line along
with anything it refers to (often a line# or actual line
in the netlist is given). There should be clues.
 

The reason for the error is that the library file contains too many lib as well as models. In this case, '.lib file_name model_name' command should be used insdead of '.include XXX'.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top