Maker Pro
Maker Pro

Can anyone help me please in spice3

Run_Piggy

Aug 29, 2016
1
Joined
Aug 29, 2016
Messages
1
I've been working in this whole night but an error still occur during the simulation

Note: can't find init file.
*****************************************************************
WinSpice © Copyright 1996-2003 OuseTech Ltd. All Rights Reserved.

Version: 1.05.07
Built : Dec 18 2004 01:27:23

Shareware version of WinSpice. For non-commercial use only.
Please read the file 'license.txt' for conditions of use.
*****************************************************************
WinSpice 1 -> cd
Current directory: D:\Instaler\Basic Lab VLSI Design\Exercises\Exercise 5
WinSpice 2 -> source "A(B+C)_invert.cir"
Reading .\A(B+C)_invert.cir
NOTE: This is a Spice2 circuit file
Spice3 commands added:-
.control
destroy all
set units=degrees
save Vc 0 Vb Va
tran 5p 500n 0 5p
print v(Vc) v(0) v(Vb) v(Va)
plot v(Vc) v(0) v(Vb) v(Va)
.endc

Circuit: *** FACET a(b+c)_invest_sch_tst FROM LIBRARY A(B+C)_invert ***

Error: unknown subckt: xnode15 vdd va vc 0 vb a(b+c)_invert
i hope someone could help me in this
 

Alec_t

Jul 7, 2015
3,587
Joined
Jul 7, 2015
Messages
3,587
Welcome to EP!
Looks as though your library file is missing, or not in the directory where WinSpice expects to find it.
 
Top