-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
executable file
·63 lines (43 loc) · 2.09 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
COPYRIGHTS AND LICENSE AGREEMENTS
This directory contains software comprising the XSPICE Simulator and
the XSPICE Code Model Subsystem. XSPICE is based on the SPICE3
program developed by the Electronics Research Laboratory, Department
of Electrical Engineering and Computer Sciences, University of
California at Berkeley. SPICE3 and its documentation are
copyrighted and licensed by the Regents of the University of
California.
Code added to SPICE3 to create the XSPICE Simulator and the XSPICE
Code Model Subsystem was developed at the Computer Science and
Information Technology Laboratory, Georgia Tech Research Institute,
Atlanta GA, and is covered by license agreement the following
copyright:
Copyright 1992
Georgia Tech Research Corporation
All Rights Reserved.
This material may be reproduced by or for the U.S. Government
pursuant to the copyright license under the clause at DFARS
252.227-7013 (Oct. 1988)
Refer to U.C. Berkeley and Georgia Tech license agreements for
additional information.
*** WARNING ***
Redistribution and export of this software is subject to the
terms of your license agreement and to U.S. Government restrictions.
COMPILATION INFORMATION
XSPICE has been successfully compiled on HP Apollo and Sun
workstations. The source files require approximately 10Mb of
disk space and the entire compiled system requires approximately
30Mb of space on HP Apollo platforms. The resulting executable
size depends on the number of models included. On HP Apollo
platforms with all supplied code models, the XSPICE executable
is approximately 2.5 Mb.
The following software is required for compilation:
UNIX BSD4.3 or compatible operating system
UNIX Lex, Yacc, and Sed utilities
X11R4 X Window System with Athena Widgets
ANSI compatible C compiler
If your system does not have an ANSI compatible C compiler named cc,
edit the 'CC=cc' line in /usr/local/xspice-1-0/include/make.include
to specify the name of the ANSI C compiler on your system
(e.g. 'CC=gcc').
To build the XSPICE system, move into the 'src' subdirectory
and execute 'make'.