xschem/xschem_library/examples
Stefan Schippers f699d187e6 save embedded components not only on first embeded instance but on all of them. This makes reloading easier and the overall thing much simpler. In LCC schematic allow get_sym_type() to read symbol data from folowing embedded tags "[...]" if any. Fix potential segfault in preview_window() 2020-09-29 11:17:10 +02:00
..
0_examples_top.sch apply visible layers (View->Symbol visible layers) to any object (lines. arcs, text etc),better bounding box calculation for slant text 2020-09-23 22:13:39 +02:00
LCC_instances.sch optimize previous fix, avod skipping lines after embedded symbol (embed_fd) 2020-09-24 17:46:58 +02:00
LCC_instances.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
LM5134A.sch populating xschem git repo 2020-08-08 15:47:34 +02:00
LM5134A.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
MSA-2643.sch populating xschem git repo 2020-08-08 15:47:34 +02:00
Q1.sch populating xschem git repo 2020-08-08 15:47:34 +02:00
Q1.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
Q2.sch populating xschem git repo 2020-08-08 15:47:34 +02:00
Q2.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
TwoStageAmp.sch populating xschem git repo 2020-08-08 15:47:34 +02:00
an2.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
and.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
ao21.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
buf.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
bus_keeper.sch save embedded components not only on first embeded instance but on all of them. This makes reloading easier and the overall thing much simpler. In LCC schematic allow get_sym_type() to read symbol data from folowing embedded tags "[...]" if any. Fix potential segfault in preview_window() 2020-09-29 11:17:10 +02:00
cmos_example.sch populating xschem git repo 2020-08-08 15:47:34 +02:00
cmos_example.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
cmos_inv.sch save embedded components not only on first embeded instance but on all of them. This makes reloading easier and the overall thing much simpler. In LCC schematic allow get_sym_type() to read symbol data from folowing embedded tags "[...]" if any. Fix potential segfault in preview_window() 2020-09-29 11:17:10 +02:00
cmos_inv.sym completely eliminated match_symbol() (which in turn may call load_sym_def() ) calls from within load_sym_def(), even for aligning LCC schematic pin ordering to symbol. A dedicated "align_sch_pins_with_sym()" together with "get_sym_type()" does the job in O(N) instead of using a sort routine. 2020-09-27 12:41:36 +02:00
diode_1.sch populating xschem git repo 2020-08-08 15:47:34 +02:00
diode_1.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
dlatch.sch populating xschem git repo 2020-08-08 15:47:34 +02:00
dlatch.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
flop.sch populating xschem git repo 2020-08-08 15:47:34 +02:00
flop.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
greycnt.sch populating xschem git repo 2020-08-08 15:47:34 +02:00
greycnt.sym enable "preserve unchanged props" checkbutton in text edit prop dialog box 2020-08-24 16:21:50 +02:00
inv_bsource.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
lightning.sch populating xschem git repo 2020-08-08 15:47:34 +02:00
lm317.sch populating xschem git repo 2020-08-08 15:47:34 +02:00
lm317.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
lm324.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
lm337.sch populating xschem git repo 2020-08-08 15:47:34 +02:00
lm337.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
loading.sch populating xschem git repo 2020-08-08 15:47:34 +02:00
loading.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
loading.vhdl populating xschem git repo 2020-08-08 15:47:34 +02:00
mos_power_ampli.sch undo test-changes in example schematics 2020-09-02 13:16:54 +02:00
mos_power_ampli.sym undo test-changes in example schematics 2020-09-02 13:16:54 +02:00
nand.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
nand2.sch populating xschem git repo 2020-08-08 15:47:34 +02:00
nand2.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
nand3.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
nd2-1.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
ne555.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
not.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
nr2-1.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
or2.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
osc.sch populating xschem git repo 2020-08-08 15:47:34 +02:00
osc.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
poweramp.sch populating xschem git repo 2020-08-08 15:47:34 +02:00
poweramp.sym symbol attribute @symname will display symbol name without extension as it used to be in earlier versions. @symname_ext will print full rootname of symbol. Some doc updates on symbol attributes 2020-08-12 11:31:42 +02:00
poweramp_xyce.sch populating xschem git repo 2020-08-08 15:47:34 +02:00
pump.sch populating xschem git repo 2020-08-08 15:47:34 +02:00
pump.sym snap and grid entries will not annoyingly receive keyboard focus with TAB key 2020-08-19 15:08:35 +02:00
real_capa.sch populating xschem git repo 2020-08-08 15:47:34 +02:00
real_capa.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
rlc.sch populating xschem git repo 2020-08-08 15:47:34 +02:00
rlc.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
sr_flop.sch populating xschem git repo 2020-08-08 15:47:34 +02:00
sr_flop.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
stimuli.greycnt populating xschem git repo 2020-08-08 15:47:34 +02:00
switch_rreal.sch populating xschem git repo 2020-08-08 15:47:34 +02:00
switch_rreal.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
tesla.sch populating xschem git repo 2020-08-08 15:47:34 +02:00
tesla.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
test.sch populating xschem git repo 2020-08-08 15:47:34 +02:00
test2.sch populating xschem git repo 2020-08-08 15:47:34 +02:00
test_lm324.sch populating xschem git repo 2020-08-08 15:47:34 +02:00
test_lm324.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
test_ne555.sch populating xschem git repo 2020-08-08 15:47:34 +02:00
test_ne555.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
xnor.sch populating xschem git repo 2020-08-08 15:47:34 +02:00
xnor.sym populating xschem git repo 2020-08-08 15:47:34 +02:00