xschem/src
Stefan Frederik 2a3e9ddea4 graph UI improved (unlock xaxis flag) 2022-01-02 04:42:15 +01:00
..
systemlib aligned pdf hardcopy colors to xschem light colorscheme, pdf and svg exports use the enable_layer[] array to display/hide layers as does draw(). 2020-08-30 10:38:29 +02:00
utile fix: missing graph borders 2021-12-24 21:17:52 +01:00
Makefile.in Added new feature "Make schematic and symbol from selected components" with command "xschem make_sch_from_sel" and function make_schematic(..) 2021-05-29 00:45:01 +02:00
actions.c fix BadDrawable regression in free_rawfile(): after deleting data a draw() was called, but since this function is called also in exit handler all windows are already closed. Added digital waveforms and bussed signal display 2021-12-29 05:11:39 +01:00
add_custom_menu.tcl add sample file for custom menu additions 2021-01-05 15:55:12 +01:00
break.awk break.awk: chop trailing white space on lines 2021-11-04 23:31:15 +01:00
callback.c graph UI improved (unlock xaxis flag) 2022-01-02 04:42:15 +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 added typedefs on used structs, updated xschemtest with new hashes 2021-12-28 01:33:01 +01:00
clip.c [experimental] add waveform display of ngspice simulation data directly in xschem drawing area 2021-12-22 04:39:23 +01:00
convert_to_verilog2001.awk update license info 2021-07-27 16:42:54 +02:00
draw.c graph UI improved (unlock xaxis flag) 2022-01-02 04:42:15 +01:00
editprop.c fix edit rect attributes crashing (due to missing param to proc text_line) 2021-12-27 05:37:56 +01:00
exp.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
expandlabel.y update license info 2021-07-27 16:42:54 +02:00
findnet.c some "box" vars changed to "rect" for consistency 2021-12-19 01:28:39 +01:00
flatten.awk update license info 2021-07-27 16:42:54 +02:00
flatten_savenodes.awk update license info 2021-07-27 16:42:54 +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 update license info 2021-07-27 16:42:54 +02:00
get_malloc_id.awk pass name and symname to tcl_hook, add @symname_ext in print_spice_element 2020-10-14 21:04:45 +02:00
globals.c main.c do not spawn a child closing std file descriptors if -b option is given, just start xschem without interactive tcl shell, handle error condition in setup_tcp_gaw 2021-12-05 15:31:26 +01:00
gschemtoxschem.awk misc fixes in gschemtoxschem.awk 2021-10-14 02:35:43 +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 added typedefs on used structs, updated xschemtest with new hashes 2021-12-28 01:33:01 +01:00
herculestospice.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
hilight.c added typedefs on used structs, updated xschemtest with new hashes 2021-12-28 01:33:01 +01:00
hspice_backannotate.tcl old_winpath[] removed from globals, put as static string into callback(), fix ngspice::annotate netlist_dir fetching. 2021-11-23 23:20:10 +01:00
icon.c some more brace protected filenames in C tcl calls 2021-12-03 23:59:46 +01: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 tclvareval() wrapper 2021-12-05 12:39:05 +01:00
keys.help removed duplicate netlist_dir global var in C code, use tcl netlist_dir variable, some widgets now display on top of current schematic window instead of xschem`s master window (use [xschem get topwindow] instead of ".") 2021-11-23 17:02:36 +01:00
label_compactor.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
main.c main.c do not spawn a child closing std file descriptors if -b option is given, just start xschem without interactive tcl shell, handle error condition in setup_tcp_gaw 2021-12-05 15:31:26 +01: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 various fixes in multi trace/multi dataset graphs 2022-01-01 04:22:23 +01: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.0.0; prepare for 3.0.0 release 2021-09-11 07:53:11 +02:00
make_sym_lcc.awk update license info 2021-07-27 16:42:54 +02:00
make_vhdl_from_spice.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
move.c added typedefs on used structs, updated xschemtest with new hashes 2021-12-28 01:33:01 +01:00
netlist.c added typedefs on used structs, updated xschemtest with new hashes 2021-12-28 01:33:01 +01:00
netlist_compactor.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
ngspice_backannotate.tcl remove calls to ngspice::resetdata in C code, done in ngspice annotator when reading a new file and in xinit.c when exiting the program. Some File menu item reordering 2021-12-01 00:35:52 +01:00
node_hash.c added typedefs on used structs, updated xschemtest with new hashes 2021-12-28 01:33:01 +01:00
options.c old_winpath[] removed from globals, put as static string into callback(), fix ngspice::annotate netlist_dir fetching. 2021-11-23 23:20:10 +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 rename xschem_simulator/ n.sym and p.sym to ntrans.sym and ptrans.sym to avoid confusion with symbols in rom8k/; place tk_messageBox above right xschem window when using multiple (single process) windows. 2021-12-17 03:29:53 +01:00
paste.c removed some dead code (what & START) in draw.c, paste/merge of lines/polygons/arcs/lines did not correctly restore dash attributes. Boiler plate code for draw waves 2021-12-20 00:01:10 +01:00
psprint.c hierachical pdf export: avoid adding links to symbols that are not subcircuits 2021-12-31 12:37:28 +01:00
rawtovcd.c fix compiler warnings (unused return value check on some function calls, missing %s on non literal string printf args) 2021-10-27 10:12:16 +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 better copy/paste button images 2021-11-07 12:54:15 +01:00
save.c added typedefs on used structs, updated xschemtest with new hashes 2021-12-28 01:33:01 +01:00
scheduler.c fix BadDrawable regression in free_rawfile(): after deleting data a draw() was called, but since this function is called also in exit handler all windows are already closed. Added digital waveforms and bussed signal display 2021-12-29 05:11:39 +01:00
select.c fix BadDrawable regression in free_rawfile(): after deleting data a draw() was called, but since this function is called also in exit handler all windows are already closed. Added digital waveforms and bussed signal display 2021-12-29 05:11:39 +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 avoid printing "**** end_element" in spice netlist if current instance is skipped (no format or spice_ignore set); spice_probe_vdiff.sym will print .save v(n1) v(n2) instead of .save v(n1,n2) since this is how ngspice saves nodes (no differential voltage is saved) 2021-10-21 00:00:54 +02:00
spice_netlist.c added typedefs on used structs, updated xschemtest with new hashes 2021-12-28 01:33:01 +01:00
store.c add flags member field in xRect struct for future additions 2021-12-19 20:53:52 +01:00
supergrep.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
svgdraw.c add page title in ps/pdf prints, ps and svg skip graphs if they are hidden 2021-12-30 17:15:50 +01:00
symgen.awk bump version to 3.0.0; prepare for 3.0.0 release 2021-09-11 07:53:11 +02:00
tedax.awk preserve line ordering regardless of awk hash implementation in tedax netlists as done for vhdl and verilog; include a couple of tedax netlist checks in xschemtest 2021-12-16 00:39:09 +01:00
tedax_netlist.c [experimental] add waveform display of ngspice simulation data directly in xschem drawing area 2021-12-22 04:39:23 +01:00
token.c added typedefs on used structs, updated xschemtest with new hashes 2021-12-28 01:33:01 +01:00
track_memory.awk some comments in the code, avoid potential memory leak in netlisting code 2021-11-23 01:14:49 +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
verilog.awk preserve ordering in verilog/VHDL signal/wire/reg declarations for consistent netlist hashing/checking 2021-12-15 15:17:45 +01:00
verilog_netlist.c added typedefs on used structs, updated xschemtest with new hashes 2021-12-28 01:33:01 +01:00
vhdl.awk preserve ordering in verilog/VHDL signal/wire/reg declarations for consistent netlist hashing/checking 2021-12-15 15:17:45 +01:00
vhdl_netlist.c added typedefs on used structs, updated xschemtest with new hashes 2021-12-28 01:33:01 +01:00
xinit.c wave view: added cursors for delay/time measurements 2021-12-30 15:45:38 +01:00
xschem.h graph UI improved (unlock xaxis flag) 2022-01-02 04:42:15 +01:00
xschem.help fix status bar info correctly swicthing when focusing multiple xschem child windows; multiple schematic window handling within one xschem instance is now working 2021-11-17 01:12:55 +01:00
xschem.tcl remove dbg message 2022-01-02 00:06:22 +01:00
xschemrc Inutile stimuli translator integrated in xschem.tcl, no more EXEC-uted as external process 2021-12-26 00:33:57 +01:00