|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
用hspice仿真程序 为什么 出现这样的错误程序:
*output characteristic cutve of NPN transistor*
.options post=2
*datas statements
Q1 2 1 0 Qvar
lb 0 1 DC 0
Vcc 2 0 DC 10
.model Qvar npn
*control statements
.DC Vcc 0 10 0.1 lb 0 28u 4u
.Print dc I(Q1)
*
.end
lis:
****** HSPICE -- C-2009.09 32-BIT (Aug 24 2009) winnt ******
Copyright (C) 2009 Synopsys, Inc. All Rights Reserved.
Unpublished-rights reserved under US copyright laws.
This program is protected by law and is subject to the
terms and conditions of the license agreement from Synopsys.
Use of this program is your acceptance to be bound by the
license agreement. HSPICE is the trademark of Synopsys, Inc.
Input File: d:\install\sheji\a1.sp
lic:
lic: FLEXlm: v8.5b
lic: USER: zsp HOSTNAME: ZSP-PC
lic: HOSTID: "78929c0cf666 14dae913f148" PID: 4192
lic: Using FLEXlm license file:
lic: 27000@elena
lic: Checkout 1 hspice
lic: License/Maintenance for hspice will expire on 31-dec-2020/2007.9
lic: NODE LOCKED license on hostid "78929c0cf666 14dae913f148"
lic:
Init: read install configuration file: D:\install\Hspice\meta.cfg
**error** (d:\install\sheji\a1.sp:5) definition dc not declared for lb. Please enter a defined name.
***** job aborted
1****** HSPICE -- C-2009.09 32-BIT (Aug 24 2009) winnt ******
******
*output characteristic cutve of npn transistor*
****** job statistics summary tnom= 25.000 temp= 25.000 *****
****** HSPICE Threads Information ******
Command Line Threads Count : 1
Available CPU Count : 4
Actual Model Evaluation(Load) Threads Count : 1
Actual Solver Threads Count : 1
****** Circuit Statistics ******
# nodes = 0 # elements = 3
# resistors = 0 # capacitors = 0 # inductors = 1
# mutual_inds = 0 # vccs = 0 # vcvs = 0
# cccs = 0 # ccvs = 0 # volt_srcs = 1
# curr_srcs = 0 # diodes = 0 # bjts = 1
# jfets = 0 # mosfets = 0 # U elements = 0
# T elements = 0 # W elements = 0 # B elements = 0
# S elements = 0 # P elements = 0 # va device = 0
****** Runtime Statistics (seconds) ******
analysis time # points tot. iter conv.iter
op point 0.00 1 0
dc sweep 0.00 25 0
readin 0.04
errchk 0.00
setup 0.00
output 0.00
total memory used 153 kbytes
total cpu time 0.04 seconds
total elapsed time 0.11 seconds
job started at 14:09:37 04/20/2014
job ended at 14:09:37 04/20/2014
lic: Release hspice token(s) |
|