| .. |
|
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 |
|
.save.swp
|
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 "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 |
|
break.awk
|
populating xschem git repo
|
2020-08-08 15:47:34 +02:00 |
|
callback.c
|
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 |
|
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
|
use layer 4 instead of 5 for symbol bounding-box-only view
|
2020-09-07 23:02:30 +02:00 |
|
editprop.c
|
fix line edit property when bus and dash are given
|
2020-09-07 14:13:07 +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
|
added hcenter and vcenter fields and function parameters for centered text (still to be implemented though); When using edit property combobox token selector multiple times update all changed token values in attribute string (instead of only last changed token value), thanks to Joanne Low for pointing out the issue
|
2020-08-24 08:36:47 +02:00 |
|
flatten.awk
|
populating xschem git repo
|
2020-08-08 15:47:34 +02:00 |
|
font.c
|
populating xschem git repo
|
2020-08-08 15:47:34 +02:00 |
|
get_malloc_id.awk
|
populating xschem git repo
|
2020-08-08 15:47:34 +02:00 |
|
globals.c
|
added command <Alt-b> (menu Symbol->Show only instance Bounding boxes) to toggle displaying instance detals / only bounding box.
|
2020-09-05 00:58:56 +02:00 |
|
gschemtoxschem.awk
|
populating xschem git repo
|
2020-08-08 15:47:34 +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
|
dash attribute for arcs
|
2020-09-02 23:59:58 +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 |
|
improvement.txt
|
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
|
added command <Alt-b> (menu Symbol->Show only instance Bounding boxes) to toggle displaying instance detals / only bounding box.
|
2020-09-05 00:58:56 +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
|
verilog_ignore, spice_ignore, vhdl_ignore attributes on schematic pins are propagated to symbol pin attributes (if using make symbol from schematic, otherwise propagate by hand). These pins are not netlisted in the respective netlist format
|
2020-09-02 12:30:52 +02:00 |
|
make_vhdl_from_spice.awk
|
populating xschem git repo
|
2020-08-08 15:47:34 +02:00 |
|
move.c
|
enable "bus=true" attribute for lines as wellas for wires. As a side effect LCC schematics with bussed wires will display thick buses
|
2020-09-07 13:12:34 +02:00 |
|
netlist.c
|
made edit_symbol_property and tcl edit_prop procedure much simpler when user clicks another instance while edit_prop dialog still open
|
2020-08-16 03:34:45 +02:00 |
|
netlist_compactor.awk
|
populating xschem git repo
|
2020-08-08 15:47:34 +02:00 |
|
ngspice_backannotate.tcl
|
populating xschem git repo
|
2020-08-08 15:47:34 +02:00 |
|
node_hash.c
|
populating xschem git repo
|
2020-08-08 15:47:34 +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
|
added hcenter and vcenter fields and function parameters for centered text (still to be implemented though); When using edit property combobox token selector multiple times update all changed token values in attribute string (instead of only last changed token value), thanks to Joanne Low for pointing out the issue
|
2020-08-24 08:36:47 +02:00 |
|
psprint.c
|
dashed objects in ps/pdf export
|
2020-09-03 10:05:48 +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
|
enable "bus=true" attribute for lines as wellas for wires. As a side effect LCC schematics with bussed wires will display thick buses
|
2020-09-07 13:12:34 +02:00 |
|
scheduler.c
|
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 |
|
select.c
|
enable "bus=true" attribute for lines as wellas for wires. As a side effect LCC schematics with bussed wires will display thick buses
|
2020-09-07 13:12:34 +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
|
removed some dead code, remove_symbol() can remove i-th symbol, not only last one
|
2020-08-10 09:16:11 +02:00 |
|
store.c
|
enable "bus=true" attribute for lines as wellas for wires. As a side effect LCC schematics with bussed wires will display thick buses
|
2020-09-07 13:12:34 +02:00 |
|
supergrep.awk
|
populating xschem git repo
|
2020-08-08 15:47:34 +02:00 |
|
svgdraw.c
|
dashed objects in svg export
|
2020-09-04 02:25:45 +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
|
populating xschem git repo
|
2020-08-08 15:47:34 +02:00 |
|
token.c
|
verilog_ignore, spice_ignore, vhdl_ignore attributes on schematic pins are propagated to symbol pin attributes (if using make symbol from schematic, otherwise propagate by hand). These pins are not netlisted in the respective netlist format
|
2020-09-02 12:30:52 +02:00 |
|
track_memory.awk
|
populating xschem git repo
|
2020-08-08 15:47:34 +02:00 |
|
traduci.awk
|
made edit_symbol_property and tcl edit_prop procedure much simpler when user clicks another instance while edit_prop dialog still open
|
2020-08-16 03:34:45 +02:00 |
|
verilog.awk
|
populating xschem git repo
|
2020-08-08 15:47:34 +02:00 |
|
verilog_netlist.c
|
verilog_ignore, spice_ignore, vhdl_ignore attributes on schematic pins are propagated to symbol pin attributes (if using make symbol from schematic, otherwise propagate by hand). These pins are not netlisted in the respective netlist format
|
2020-09-02 12:30:52 +02:00 |
|
vhdl.awk
|
populating xschem git repo
|
2020-08-08 15:47:34 +02:00 |
|
vhdl_netlist.c
|
in case of multiple symbols referring to same schematic use symbol name xxxx instead of schematic name for "architecture arch_xxxx of xxxx is" in VHDL netlists to avoid unmatched entity/architectures.
|
2020-09-02 15:08:33 +02:00 |
|
xinit.c
|
allow to launch xschem in fullscreen mode with --tcl "set fullscreen 1"; doc updates for bus, dash, fill attributes
|
2020-09-07 15:20:22 +02:00 |
|
xschem.h
|
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 |
|
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
|
Bring open dialogs always on top of xschem main window if user clicks title bar on gnome/metacity DMs
|
2020-09-11 11:55:00 +02:00 |
|
xschemrc
|
populating xschem git repo
|
2020-08-08 15:47:34 +02:00 |