-
Notifications
You must be signed in to change notification settings - Fork 20
/
README
30 lines (21 loc) · 1.21 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
XSCHEM : schematic capture and netlisting EDA tool
Xschem is a schematic capture program, it allows creation of hierarchical representation
of circuits with a top down approach . By focusing on interfaces, hierarchy and instance
properties a complex system can be described in terms of simpler building blocks. A VHDL
or Verilog or Spice netlist can be generated from the drawn schematic, allowing the
simulation of the circuit. Key feature of the program is its drawing engine written in C
and using directly the Xlib drawing primitives; this gives very good speed performance,
even on very big circuits. The user interface is built with the Tcl-Tk toolkit, tcl is
also the extension language used.
DOCUMENTATION AND MANUAL
http://repo.hu/projects/xschem
BUILDING & INSTALLING
Please read the instructions in file INSTALL.
LICENSING
See file LICENSE and license header in each source file.
SUBDIRECTORIES
doc: xschem homepage, reference manual and man pages
scconfig: the whole ./configure system (all dependencies included)
src: C source for the xschem executable and scripts for GUI and I/O
src/utile: stimuli generator/converter scripts
xschem_library: standard symbol libs and example libs