-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRoadmap
58 lines (56 loc) · 1.57 KB
/
Roadmap
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
#@+leo-ver=4
#@+node:@file Roadmap
#@@nocolor
Contained here is the descriptive blueprint of how this package is supposed to work
#@+others
#@+node:todo
TODO:
xpreserve comments in position
-element class definitions
xinductor
xv-source
xi-source
-e-source (VCVS)
-preserve node namespaces (within subckts, libraries, etc.)
-find illegal SPICE node name character to prepend namespace
e.g. @sub1.node1
-handle control statements specially
-.model
-.dc, .ac, .tran
-.lib/.endl handling
-.meas
-.print
-.probe
-.param
-.option
-.global
-.ic
-.subckt/.ends
-.prot/.unprot
-.alter blocks
-.end
-others?
-option to find/evaluate .param statements?
-HSPICE takes params, ngspice doesn't
-logic to find when an explicit number is specified (e.g. 10k) or
when it is a parameter (e.g. 'value')
-create dict of .params and use as substitution keys in:
k = v model parameters
node names
element values (Rxx n1 n2 'value'; Cxx n1 n2 'fc/2')
others?
-option to make a flat output (inline everything):
.lib statements
.include statements
.model statements
others?
-store node dictionary to keep track of elements connected to that node
-allows tracking of R-C nodes to drop C or R based on time constant
-allows more sophisticated dropping/combining with series elements
specifically R+R+R+R chains -> equivalent R+- (roughly) for faster sims
C C C C
#@-node:todo
#@-others
#@nonl
#@-node:@file Roadmap
#@-leo