The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
Jul 22nd, 2024, 4:12pm
Pages: 1
Send Topic Print
hspicerf simulation (Read 1481 times)
zhengzheng08
New Member
*
Offline



Posts: 1

hspicerf simulation
Apr 13th, 2009, 1:18am
 
when i do a hspicerf simulation ,it reports errors as follows:
"~~resistor.lib incompleted input for .param statement"
whether it means that the lib losts something for rf simulation?
because when i use the same lib do hspice simulation for the same
design ,it runs without errors. who can  tell me what's wrong with
my simulation ,thankyou very much~~~~  :-[
Back to top
 
 
View Profile   IP Logged
spiceoracle
Junior Member
**
Offline



Posts: 21
USA
Re: hspicerf simulation
Reply #1 - Apr 13th, 2009, 11:05am
 
In the resistor.lib file, look for any .param statements that have continued lines using the double backslash characters (\\).  If the .param statment has the parameter name separated from the first portion of the parameter definition, then this is the problem.  For example:

.param long_exp = \\
'((a+b)/(c*d) + \\
(v(out)*scale)'

The work around is to write the .param statment as:

.param long_exp = '((a+b)/(c*d) + \\
(v(out)*scale)'

This is a know problem and is fixed in the C-2009.03 version of HSPICE RF.
Back to top
 
 
View Profile   IP Logged
Pages: 1
Send Topic Print
Copyright 2002-2024 Designer’s Guide Consulting, Inc. Designer’s Guide® is a registered trademark of Designer’s Guide Consulting, Inc. All rights reserved. Send comments or questions to editor@designers-guide.org. Consider submitting a paper or model.