xschem/xschem_library/examples
Stefan Frederik 1cfea4d1d3 svg_draw(): do not print unused layer stylesheets, error check when opening file for printing 2020-12-22 18:31:08 +01:00
..
0_examples_top.sch fix error in link_symbols_to_instances(): potential call of symbol_bbox() -> translate() -> prepare_netlist_structs() before completing xctx->inst[i].lab assignments 2020-12-22 16:10:27 +01: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 Added various procedures to select flat / hierarchical instances and re-route a terminal to a different net. reroute_inst -> change a pin connection, reroute_net -> change net updating all connected components. "xschem instances_to_net", "xschem instance_nodemap", "xschem instance_pin_coord" new query commands added. "xschem get expandlabel node" renamed to "xschem expandlabel node". 2020-11-26 03:46:55 +01: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 svg_draw(): do not print unused layer stylesheets, error check when opening file for printing 2020-12-22 18:31:08 +01:00
cmos_example.sym populating xschem git repo 2020-08-08 15:47:34 +02:00
cmos_inv.sch fix a memory leak, spatial hash table tuning, better clear find_inst_to_be_redrawn() nodetable 2020-10-05 13:29:57 +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 fix repeated character in RE, fix changed syntax in verilog example 2020-11-28 20:08:40 +01: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 "@#n:net_name" attribute (n = pin name or number) in symbols translates to net name attached to pin. "lab_show.sym" component that shows (does not assign) net name. "highlight=true" attribute can be given on instances in addition to symbols 2020-09-30 00:30:48 +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 fix error in link_symbols_to_instances(): potential call of symbol_bbox() -> translate() -> prepare_netlist_structs() before completing xctx->inst[i].lab assignments 2020-12-22 16:10:27 +01:00
mos_power_ampli.sym various fixes around the highlight speed improvements 2020-12-19 05:06:57 +01: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
plot_manipulation.sch added plot_manipulation.sch example showing how to manually create an ngspice plot collecting data from multiple operating point sims. the syntax is so difficult to remember so i keep a working example available here. 2020-12-09 13:53:32 +01:00
plot_manipulation.sym added plot_manipulation.sch example showing how to manually create an ngspice plot collecting data from multiple operating point sims. the syntax is so difficult to remember so i keep a working example available here. 2020-12-09 13:53:32 +01:00
poweramp.sch fix debug message causing a crash when doing a net highlight if design contains cells with no pins (filler, taps, etc) and highlight=true attr is set on symbols 2020-12-18 12:38:09 +01: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 remove "m=1" in xyce spice netlists as xyce does not handle m param. Translate spice_probe ".save" to xyce ".print tran", handle different hierarchical expansion of voltage/current nodes in xyce for hierarchical ammeter/spice_probe probes 2020-12-17 18:26:46 +01: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
rcline.sch fix correct version syntax when saving in file 2020-12-17 02:01:38 +01:00
rcline.sym get_tok_value: even if called with "with_quotes=2" do not skip unescaped backslashes that are outside "quotes". Added dynamic netlisting test circuit in examples 2020-10-23 23:17:55 +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 remove "m=1" in xyce spice netlists as xyce does not handle m param. Translate spice_probe ".save" to xyce ".print tran", handle different hierarchical expansion of voltage/current nodes in xyce for hierarchical ammeter/spice_probe probes 2020-12-17 18:26:46 +01: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_backannotated_subckt.sch fix correct version syntax when saving in file 2020-12-17 02:01:38 +01:00
test_backannotated_subckt.sym get_tok_value: even if called with "with_quotes=2" do not skip unescaped backslashes that are outside "quotes". Added dynamic netlisting test circuit in examples 2020-10-23 23:17:55 +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