xschem/xschem_library
stefan schippers 92c99c10f9 get_additional_symbols(): some sanity checks, descend_schematic() more options in set_title argument (avoid set title, avoid processing pins/nets, avoid descending into i-th xdec[3] instance, descend as a whole xdec[3:0], add `xschem get_additional_symbols what` command, allow `xschem get_sch_from_sym -1 inv.sym` to get schematic associated with symbol. hier_psprint(): avoid printing / listing duplicate schematics, improved traversal.tcl 2024-11-05 13:59:37 +01:00
..
binto7seg do not duplicate empty strings as NULLs in hash tables 2023-10-09 12:49:11 +02:00
devices add (tentative) ic.sym for setting initial condition on nets 2024-10-25 17:53:08 +02:00
examples added ngspice/tb_diff_amp.sch Verilog-A example 2024-10-30 16:10:17 +01:00
generators fix escape recognition in translate3(), so in symbol texts it is possible to write \\@name to an instance attribute to get literal @name in displayed text instead of the instance name. fix typo in tutorial_use_existing_subckt.html. some schematic updates (no more enable show_pin_net_names tcl variable) 2024-08-28 09:39:43 +02:00
gschem_import do not duplicate empty strings as NULLs in hash tables 2023-10-09 12:49:11 +02:00
inst_sch_select get_additional_symbols(): some sanity checks, descend_schematic() more options in set_title argument (avoid set title, avoid processing pins/nets, avoid descending into i-th xdec[3] instance, descend as a whole xdec[3:0], add `xschem get_additional_symbols what` command, allow `xschem get_sch_from_sym -1 inv.sym` to get schematic associated with symbol. hier_psprint(): avoid printing / listing duplicate schematics, improved traversal.tcl 2024-11-05 13:59:37 +01:00
logic added mux21.sch and mux21.sym in logic/, testcase in testbench.sch 2024-10-13 02:07:36 +02:00
ngspice added ngspice/tb_diff_amp.sch Verilog-A example 2024-10-30 16:10:17 +01:00
pcb do not duplicate empty strings as NULLs in hash tables 2023-10-09 12:49:11 +02:00
rom8k add @#pin:spice_get_voltage attribute for pin texts that displays voltage of net attached to pin. remove net_name=... attributes from symbols and instance global attributes since it is no more used. set default value for show_pin_net_names to 1. 2024-05-02 10:32:12 +02:00
rulz-r8c33 do not duplicate empty strings as NULLs in hash tables 2023-10-09 12:49:11 +02:00
symgen modernization of symgen.awk, fine tuning of create_symbol.tcl 2024-04-12 01:44:48 +02:00
viewdraw_import (propdel) remove unneeded exec flags 2023-07-03 13:12:40 +02:00
xTAG do not duplicate empty strings as NULLs in hash tables 2023-10-09 12:49:11 +02:00
xschem_simulator more schematic netlist tests in xschemtest.tcl 2023-11-13 23:46:13 +01:00
Makefile has_included_subcircuit(): get symname from `schematic` attribute if set in instance or symbol, or use actual symbol name, add tb_symbol_include.sch example circuit 2024-01-08 17:19:12 +01:00