added intuitive_interface_cheatsheet.sch
This commit is contained in:
parent
90241d2463
commit
1ae2d397ed
|
|
@ -5906,7 +5906,7 @@ proc abs_sym_path {fname {ext {} } } {
|
||||||
set found 1
|
set found 1
|
||||||
set tmpdirname [file dirname $tmpdirname]
|
set tmpdirname [file dirname $tmpdirname]
|
||||||
}
|
}
|
||||||
## if tmpfname reducced to '..' return dirname of tmpdirname
|
## if tmpfname reduced to '..' return dirname of tmpdirname
|
||||||
if { $tmpfname eq {..}} { return "[file dirname $tmpdirname]" }
|
if { $tmpfname eq {..}} { return "[file dirname $tmpdirname]" }
|
||||||
## if given file begins with './' or '../' and dir or file exists relative to curr_dirname
|
## if given file begins with './' or '../' and dir or file exists relative to curr_dirname
|
||||||
## just return it.
|
## just return it.
|
||||||
|
|
|
||||||
|
|
@ -1497,3 +1497,4 @@ C {test_lvs_ignore.sym} 480 -580 0 0 {name=x27}
|
||||||
C {test_generators.sym} 480 -540 0 0 {name=x28}
|
C {test_generators.sym} 480 -540 0 0 {name=x28}
|
||||||
C {autozero_comp.sym} 480 -500 0 0 {name=x29}
|
C {autozero_comp.sym} 480 -500 0 0 {name=x29}
|
||||||
C {tb_symbol_include.sym} 480 -780 0 0 {name=x30}
|
C {tb_symbol_include.sym} 480 -780 0 0 {name=x30}
|
||||||
|
C {intuitive_interface_cheatsheet.sym} 1060 -100 0 0 {name=x31}
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,16 @@
|
||||||
|
v {xschem version=3.4.5 file_version=1.2
|
||||||
|
}
|
||||||
|
G {}
|
||||||
|
K {type=subcircuit
|
||||||
|
format="@name @pinlist @symname"
|
||||||
|
template="name=x1"
|
||||||
|
}
|
||||||
|
V {}
|
||||||
|
S {}
|
||||||
|
E {}
|
||||||
|
L 4 -130 -40 130 -40 {}
|
||||||
|
L 4 -130 30 130 30 {}
|
||||||
|
L 4 -130 -40 -130 30 {}
|
||||||
|
L 4 130 -40 130 30 {}
|
||||||
|
T {@symname} -123 -16 0 0 0.3 0.3 {}
|
||||||
|
T {@name} 135 -52 0 0 0.2 0.2 {}
|
||||||
Loading…
Reference in New Issue