xschem/src
Stefan Schippers 11d664b4a8 fix a memory leak, spatial hash table tuning, better clear find_inst_to_be_redrawn() nodetable 2020-10-05 13:29:57 +02: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 populating xschem git repo 2020-08-08 15:47:34 +02:00
Makefile.in populating xschem git repo 2020-08-08 15:47:34 +02:00
actions.c fix a memory leak, spatial hash table tuning, better clear find_inst_to_be_redrawn() nodetable 2020-10-05 13:29:57 +02:00
break.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
callback.c simplify / break down complex expressions for code readability 2020-10-05 03:00:40 +02: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 dashed objects in svg export 2020-09-04 02:25:45 +02:00
clip.c populating xschem git repo 2020-08-08 15:47:34 +02:00
convert_to_verilog2001.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
draw.c code formating, use some intermediate variables for code readability, line length limited to 124 chars 2020-10-04 23:55:43 +02:00
editprop.c fix a memory leak, spatial hash table tuning, better clear find_inst_to_be_redrawn() nodetable 2020-10-05 13:29:57 +02:00
exp.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
expandlabel.y populating xschem git repo 2020-08-08 15:47:34 +02:00
findnet.c code formating, use some intermediate variables for code readability, line length limited to 124 chars 2020-10-04 23:55:43 +02:00
flatten.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
font.c When loading/descending in a symbol set netlist_type to CAD_SYMBOL_ATTRS, set back to previous value when done. Tcl procedure "load_file_dialog" is now used also for saving files (so list of defined xschem libs is available as well as preview window). 2020-09-15 11:19:57 +02:00
get_malloc_id.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
globals.c code formating, use some intermediate variables for code readability, line length limited to 124 chars 2020-10-04 23:55:43 +02:00
gschemtoxschem.awk populating xschem git repo 2020-08-08 15:47: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 populating xschem git repo 2020-08-08 15:47:34 +02:00
herculestospice.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
hilight.c code formating, use some intermediate variables for code readability, line length limited to 124 chars 2020-10-04 23:55:43 +02:00
hspice_backannotate.tcl populating xschem git repo 2020-08-08 15:47:34 +02:00
icon.c populating xschem git repo 2020-08-08 15:47:34 +02:00
icon.xpm populating xschem git repo 2020-08-08 15:47:34 +02:00
import_opus_symbols.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
in_memory_undo.c populating xschem git repo 2020-08-08 15:47:34 +02:00
keys.help better instance selection min-distance calculation 2020-09-17 09:05:08 +02:00
label_compactor.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
main.c added -b/--batch cmd option (__unix__ only) to detach xschem completely from console 2020-08-31 21:24:03 +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 populating xschem git repo 2020-08-08 15:47:34 +02:00
make_sch_from_vhdl.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
make_sym.awk eliminated any differences between SYMBOL and SCHEMATIC files. There is no "current_type" variable any more. Symbols who used to have netlisting rules defined in schvhdlprop have now these attributes in schsymbolprop. Old symbol files with schvhdlprop will be saved with netlisting rules in schsymbolprop. 2020-09-14 10:27:45 +02:00
make_vhdl_from_spice.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
move.c fix a memory leak, spatial hash table tuning, better clear find_inst_to_be_redrawn() nodetable 2020-10-05 13:29:57 +02:00
netlist.c simplified complex logical expressions on symbol type by using macros 2020-10-04 19:53:09 +02:00
netlist_compactor.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
ngspice_backannotate.tcl make "ctrl-[0-9]" commands work again (change layer) 2020-09-16 00:50:15 +02:00
node_hash.c various graphic rendering fixes for the new "view instance pin net names" function. Fixed some errors in merge schematic in callback.c and paste.c 2020-10-02 03:21:22 +02:00
options.c added -b/--batch cmd option (__unix__ only) to detach xschem completely from console 2020-08-31 21:24:03 +02: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 fix "saveas SYMBOL" changing current_type to SYMBOL even if user canceled the action; allow "@" in node names as this is used in some backannotated CDL netlists 2020-09-10 10:12:51 +02:00
paste.c code formating, use some intermediate variables for code readability, line length limited to 124 chars 2020-10-04 23:55:43 +02:00
psprint.c simplify / break down complex expressions for code readability 2020-10-05 03:00:40 +02:00
rawtovcd.c populating xschem git repo 2020-08-08 15:47:34 +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 populating xschem git repo 2020-08-08 15:47:34 +02:00
save.c code formating, use some intermediate variables for code readability, line length limited to 124 chars 2020-10-04 23:55:43 +02:00
scheduler.c code formating, use some intermediate variables for code readability, line length limited to 124 chars 2020-10-04 23:55:43 +02:00
select.c fix a memory leak, spatial hash table tuning, better clear find_inst_to_be_redrawn() nodetable 2020-10-05 13:29:57 +02:00
sort_labels.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
spice.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
spice_netlist.c simplified complex logical expressions on symbol type by using macros 2020-10-04 19:53:09 +02:00
store.c various graphic rendering fixes for the new "view instance pin net names" function. Fixed some errors in merge schematic in callback.c and paste.c 2020-10-02 03:21:22 +02:00
supergrep.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
svgdraw.c set max width of .c files <=130 chars; Fix netlist regression: if no "lab=value" is given in instance attributes get lab from symbol "template=" string. This was commented out recently and now reverted back. "View->Enable show net names on symbol pins" global menu added: if unset no symbol pin net names will be shown regardless of instance/symbol "net_name=true" and pin @#n:net_name attributes. 2020-09-30 23:55:07 +02:00
symgen.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
tedax.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
tedax_netlist.c simplified complex logical expressions on symbol type by using macros 2020-10-04 19:53:09 +02:00
token.c fix a memory leak, spatial hash table tuning, better clear find_inst_to_be_redrawn() nodetable 2020-10-05 13:29:57 +02:00
track_memory.awk populating xschem git repo 2020-08-08 15:47:34 +02: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 populating xschem git repo 2020-08-08 15:47:34 +02:00
verilog_netlist.c simplified complex logical expressions on symbol type by using macros 2020-10-04 19:53:09 +02:00
vhdl.awk populating xschem git repo 2020-08-08 15:47:34 +02:00
vhdl_netlist.c simplified complex logical expressions on symbol type by using macros 2020-10-04 19:53:09 +02:00
xinit.c code formating, use some intermediate variables for code readability, line length limited to 124 chars 2020-10-04 23:55:43 +02:00
xschem.h fix a memory leak, spatial hash table tuning, better clear find_inst_to_be_redrawn() nodetable 2020-10-05 13:29:57 +02:00
xschem.help added -b/--batch cmd option (__unix__ only) to detach xschem completely from console 2020-08-31 21:24:03 +02:00
xschem.tcl make reload dialog text a bit clearer 2020-10-04 00:09:57 +02:00
xschemrc populating xschem git repo 2020-08-08 15:47:34 +02:00