xschem/src
Rafmag Cabrera 0570c5d21b Delete Makefile 2023-01-16 10:35:29 +01:00
..
systemlib (Joanne) update to be clearer on how to compile xschem (from scratch vs using XSchemWin.sln) on Windows using VS2022. font.sch micro edits 2022-09-28 11:33:48 +02:00
utile added missing (src/utile/) utile.bat and utile3.bat 2022-05-06 23:42:00 +02:00
Makefile.in add installation of icon.xpm into .../share/xschem installation directory 2023-01-02 12:43:23 +01:00
actions.c add menu properties -> Edit header/License text, to allow inserting header or license metadata into the sch/sym file. 2023-01-02 03:04:35 +01:00
add_custom_button.tcl faster toolbar creation, 2px reduction in toolbar height, better add_custom_button.tcl and add_custom_menu.tcl example codes 2022-08-29 13:24:43 +02:00
add_custom_menu.tcl compacted a bit the ctxmenu 2022-08-29 18:06:56 +02:00
break.awk update license info 2022-06-24 00:36:12 +02:00
cairo_jpg.c Added png and embedded graphs to ps and pdf export 2023-01-16 10:35:29 +01:00
cairo_jpg.c:Zone.Identifier Added png and embedded graphs to ps and pdf export 2023-01-16 10:35:29 +01:00
cairo_jpg.h Added png and embedded graphs to ps and pdf export 2023-01-16 10:35:29 +01:00
cairo_jpg.h:Zone.Identifier Added png and embedded graphs to ps and pdf export 2023-01-16 10:35:29 +01:00
callback.c add accelerator Shift-B for edit schematic header/license 2023-01-02 19:34:27 +01:00
change_index.tcl populating xschem git repo 2020-08-08 15:47:34 +02:00
change_ref.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
check.c code refactoring (update_conn_cues()) 2022-11-07 14:23:57 +01:00
clip.c update license info 2022-06-24 00:36:12 +02:00
convert_to_verilog2001.awk update license info 2022-06-24 00:36:12 +02:00
draw.c improve cairo draw options 2023-01-11 12:02:21 +01:00
editprop.c fix cairo font reference counting 2022-12-25 23:13:59 +01:00
exp.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
expandlabel.y added label notation EN[0:3:6:5]: EN[start🔚offset:repetitions], it will expand to a 20 bit bus: a[0],a[1],a[2],a[3],a[6],a[7],a[8],a[9],a[12],a[13],a[14],a[15],a[18],a[19],a[20],a[21],a[24],a[25],a[26],a[27] 2022-10-05 02:23:37 +02:00
findnet.c fix cairo font reference counting 2022-12-25 23:13:59 +01:00
flatten.awk better parsing xxx='<expr>' or xxx={expr} patterns in flatten.awk. Doc upcates, test circuit updates. 2022-10-20 20:25:49 +02:00
flatten_savenodes.awk ngspice_backannotate.tcl: handle Xyce operating point data, removed hspice_netlist (no more existent) 2022-09-13 12:01:58 +02:00
flatten_tedax.awk fix mapping issue in hiertEDAx code. Thanks to Hannu for pointing it out. Allow newlines in (quoted) long vector labels, like: "AAA,BBB,\nCCC,DDD,EEE" 2020-11-30 21:01:33 +01:00
font.c added menu entries to set and conmpare with schematic. 2022-08-25 13:59:36 +02:00
get_malloc_id.awk update xschemtest hashes, uniquify allocation IDs 2022-10-16 14:21:22 +02:00
globals.c --diff option to visually compare two different (versions of) schematics 2022-12-13 13:51:33 +01:00
gschemtoxschem.awk bump version to 3.1.0 (candidate #1) 2022-07-19 09:25:34 +02:00
gtkwave_server.tcl add gtkwave_server.tcl hook for gtkwave to listen to a tcp port 2020-09-24 02:28:00 +02:00
hash_iterator.c update license info 2022-06-24 00:36:12 +02:00
herculestospice.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
hilight.c dim schematic to grey if showing only probes, instead of hiding it completely 2022-11-07 13:34:48 +01:00
hspice_backannotate.tcl update license info 2022-06-24 00:36:12 +02:00
icon.c update license info 2022-06-24 00:36:12 +02:00
icon.xpm some more brace protected filenames in C tcl calls 2021-12-03 23:59:46 +01:00
import_opus_symbols.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
in_memory_undo.c code refactoring (update_conn_cues()) 2022-11-07 14:23:57 +01:00
keys.help Add description for keybinding (Shift-B) of "Properties->Edit header/license text" 2023-01-03 18:27:11 +01:00
label_compactor.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
main.c set up a tcl event handler if xschem is run without other event loops (no tk event loop, -x option, no tclreadline event loop, -r option) so xschem will respond to tcp connections 2022-10-25 01:00:51 +02:00
make_edif.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
make_sch_from_cadence_pin.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
make_sch_from_spice.awk bump version to 3.1.0 (candidate #1) 2022-07-19 09:25:34 +02:00
make_sch_from_vhdl.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
make_sym.awk bump version to 3.1.0 (candidate #1) 2022-07-19 09:25:34 +02:00
make_sym_lcc.awk update license info 2022-06-24 00:36:12 +02:00
make_vhdl_from_spice.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
move.c fix cairo font reference counting 2022-12-25 23:13:59 +01:00
netlist.c add menu properties -> Edit header/License text, to allow inserting header or license metadata into the sch/sym file. 2023-01-02 03:04:35 +01:00
netlist_compactor.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
ngspice_backannotate.tcl graph axes in engineering notation (20u, 10p, 3k), fix an issue in graph panning with button1 mouse; ngspice:: get_current, get_voltage, get_diff_voltage, get_node embedded into xschem.tcl, to_eng tcl procedure to convert number to engineering form. 2022-09-28 19:14:31 +02:00
node_hash.c added netlist_options as list of symbols not to load in schematics-as-symbol instances, load_file_dialog: make remember last dir work again 2022-10-09 23:49:28 +02:00
options.c --diff option to visually compare two different (versions of) schematics 2022-12-13 13:51:33 +01:00
order_labels.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
parse_synopsys_vhdl.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
parselabel.l allow negative integers in expandlabel() ( xx[6:5:-2:3] ) 2022-10-05 15:34:38 +02:00
paste.c fill attribute on rectangles to override layer fill style: fill=false will not fill 2022-10-29 23:49:00 +02:00
psprint.c Moved temp.jpg to tmp folder 2023-01-16 10:35:29 +01:00
rawtovcd.c rawtovcd.c: better description if -h is given 2022-07-29 14:31:54 +02:00
reduce_even_odd_array_labels.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
rescale.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
resources.tcl faster toolbar creation, 2px reduction in toolbar height, better add_custom_button.tcl and add_custom_menu.tcl example codes 2022-08-29 13:24:43 +02:00
save.c add menu properties -> Edit header/License text, to allow inserting header or license metadata into the sch/sym file. 2023-01-02 03:04:35 +01:00
scheduler.c add menu properties -> Edit header/License text, to allow inserting header or license metadata into the sch/sym file. 2023-01-02 03:04:35 +01:00
select.c fix cairo font reference counting 2022-12-25 23:13:59 +01:00
sort_labels.awk fix a regression in sort_labels.awk after moving tmpfile to /tmp; added oldvalue (for simulation) in hilight hash table 2020-12-26 23:53:26 +01:00
spice.awk ngspice_backannotate.tcl: handle Xyce operating point data, removed hspice_netlist (no more existent) 2022-09-13 12:01:58 +02:00
spice_netlist.c use "configure -cursor {}" instead of "configure -cursor arrow" to switch back mouse cursor to default when exiting graph 2022-12-31 10:22:41 +01:00
store.c fill attribute on rectangles to override layer fill style: fill=false will not fill 2022-10-29 23:49:00 +02:00
supergrep.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
svgdraw.c code refactoring (update_conn_cues()) 2022-11-07 14:23:57 +01:00
symgen.awk bump version to 3.1.0 (candidate #1) 2022-07-19 09:25:34 +02:00
tedax.awk ngspice_backannotate.tcl: handle Xyce operating point data, removed hspice_netlist (no more existent) 2022-09-13 12:01:58 +02:00
tedax_netlist.c add Highlight->Select overlapped instances command 2022-09-27 18:35:42 +02:00
token.c "xschem set format <fmt_attribute>" will change netlisting format attribute instead of default "format" (or verilog_format or vhdl_format), however fallback to default netlisting rule attribute if not defined in symbol. add tcl function "from_eng <n>" to convert spice formatted numbers to floating point 2022-11-23 16:16:38 +01:00
track_memory.awk various checks to prevent multiple file loading if no X or -x option used, put xpm header in icon.c so it can be opened by image viewers 2022-01-15 23:35:37 +01:00
traduci.awk "@#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
traversal.tcl add xschem get zoom to query zoom factor 2022-08-24 11:22:26 +02:00
verilog.awk persists highlights on instances: remove highlighted instance from hash if user selects and presses ctrl-k as it is done for nets. Avoid instance highlight to also highlight net with identical name (example instance x1 and net x1). Verilog and Vhdl netlists handle duplicated (pass-through) pins 2022-10-11 13:12:17 +02:00
verilog_netlist.c "xschem set format <fmt_attribute>" will change netlisting format attribute instead of default "format" (or verilog_format or vhdl_format), however fallback to default netlisting rule attribute if not defined in symbol. add tcl function "from_eng <n>" to convert spice formatted numbers to floating point 2022-11-23 16:16:38 +01:00
vhdl.awk update license info 2022-06-24 00:36:12 +02:00
vhdl_netlist.c removed some static hashtable declarations in netlisting code 2022-10-25 23:37:28 +02:00
xinit.c improve cairo draw options 2023-01-11 12:02:21 +01:00
xschem.h Added png and embedded graphs to ps and pdf export 2023-01-16 10:35:29 +01:00
xschem.help --diff option to visually compare two different (versions of) schematics 2022-12-13 13:51:33 +01:00
xschem.tcl fix inutile template procedure call 2023-01-12 16:33:59 +01:00
xschemrc added xschem_library/generators directory for future schematic/symbol generator scripts. Handle empty XSCHEM_LIBRARY_PATH (use [pwd]). 2022-12-18 13:03:38 +01:00