| .. |
|
systemlib
|
revert change `LCC symbols: make 1st LCC level pins display spice_get_voltage annotation data` (not working as expected)
|
2025-01-14 01:13:14 +01:00 |
|
utile
|
make uninstall: remove empty directories (share/xschem and share/doc/xschem); make command `xschem help` work also if running in src/ directory; use XSCHEM_SHAREDIR shell variable (if defined and directory existing), else set XCSCHEM_SHAREDIR to `pwd` if started from src/ dir, else set compile set XSCHEM_SHAREDIR. xschemrc can override this XSCHEM_SHAREDIR setting.
|
2025-01-05 01:29:04 +01:00 |
|
Makefile.in
|
make uninstall: remove empty directories (share/xschem and share/doc/xschem); make command `xschem help` work also if running in src/ directory; use XSCHEM_SHAREDIR shell variable (if defined and directory existing), else set XCSCHEM_SHAREDIR to `pwd` if started from src/ dir, else set compile set XSCHEM_SHAREDIR. xschemrc can override this XSCHEM_SHAREDIR setting.
|
2025-01-05 01:29:04 +01:00 |
|
actions.c
|
[Manual Upstream Merge]: Manually reintroduced the changes from commit a361505 without breaking functionalities. This fork is now effectively up-to-date with upstream.
|
2025-01-24 16:48:42 +05:30 |
|
add_custom_button.tcl
|
update add_custom_menu.tcl to new menu system, some refactoring in xschem.tcl for toolbar (add_toolbuttons procedure)
|
2024-12-31 21:00:09 +01:00 |
|
add_custom_menu.tcl
|
update add_custom_menu.tcl to new menu system, some refactoring in xschem.tcl for toolbar (add_toolbuttons procedure)
|
2024-12-31 21:00:09 +01:00 |
|
break.awk
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01:00 |
|
cairo_jpg.c
|
fix erroneous bbox(START...) call in edit_rect_property() not followed by bbox(SET...) and bbox(END...), possibly locking the UI
|
2024-03-14 20:25:50 +01:00 |
|
cairo_jpg.h
|
Added png and embedded graphs to ps and pdf export
|
2023-01-16 10:35:29 +01:00 |
|
callback.c
|
[Manual Upstream Merge]: Manually reintroduced the changes from commit a361505 without breaking functionalities. This fork is now effectively up-to-date with upstream.
|
2025-01-24 16:48:42 +05:30 |
|
change_index.tcl
|
populating xschem git repo
|
2020-08-08 15:47:34 +02:00 |
|
change_ref.awk
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01:00 |
|
check.c
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01:00 |
|
clip.c
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01:00 |
|
convert_to_verilog2001.awk
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01:00 |
|
create_alloc_ids.awk
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01:00 |
|
create_alloc_ids_windows.awk
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01:00 |
|
create_alloc_ids_windows.bat
|
First version: create_alloc_ids_windows.awk can be used with Windows GNU GAWK by running Windows batch file create_alloc_ids_windows.bat. It`s the equivalent to linux version of create_alloc_ids.awk.
|
2023-05-25 21:56:55 +02:00 |
|
create_graph.tcl
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01:00 |
|
create_symbol.tcl
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01:00 |
|
draw.c
|
allow `xschem translate -1 string` to translate tokens that do not depend on specific instances; yet another change in wrap detection in graphs, always use simulator sweep-var instead of user specified sweep variable; simulated data will never wrap exactly to first value due to roundoff errors; -fast optionto `xschem hilight_netname` command
|
2025-01-24 03:52:20 +01:00 |
|
editprop.c
|
reduce some pointer indirections to array subscripts (readability)
|
2025-01-10 16:00:47 +01:00 |
|
exp.awk
|
populating xschem git repo
|
2020-08-08 15:47:34 +02:00 |
|
expandlabel.y
|
remove memory tracking alloc IDs
|
2024-09-06 22:27:05 +02:00 |
|
findnet.c
|
[Bugfix - Snap Cursor]: Fully removed the bug from commit 0a0ef22. Solved by introducing breaking change in 'find_closest_net_or_symbol_pin()' function defined in 'src/xschem.h' and implemented in 'src/findnet.c'. The function now returns a boolean value indicating if the search yielded any valid results, instead of returning nothing (void).
|
2025-01-24 14:40:29 +05:30 |
|
flatten.awk
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01:00 |
|
flatten_savenodes.awk
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01:00 |
|
flatten_tedax.awk
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01:00 |
|
font.c
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01:00 |
|
get_malloc_id.awk
|
update xschemtest hashes, uniquify allocation IDs
|
2022-10-16 14:21:22 +02:00 |
|
globals.c
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01:00 |
|
gschemtoxschem.awk
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01: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. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01:00 |
|
herculestospice.awk
|
populating xschem git repo
|
2020-08-08 15:47:34 +02:00 |
|
hilight.c
|
allow `xschem translate -1 string` to translate tokens that do not depend on specific instances; yet another change in wrap detection in graphs, always use simulator sweep-var instead of user specified sweep variable; simulated data will never wrap exactly to first value due to roundoff errors; -fast optionto `xschem hilight_netname` command
|
2025-01-24 03:52:20 +01:00 |
|
hspice_backannotate.tcl
|
add -keep_symbols to `xschem load command`, options changed to have a leading dash, and moved at beginning of command arg list; `xschem netlist` command: add -keep_symbols option; `xschem setprop` command: move fast and fastundo to beginning of arg list with a leading dash; update proc cellview
|
2025-01-20 02:30:46 +01:00 |
|
icon.c
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +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
|
separated undo_initialized and mem_undo_initialized, so they can be used more interchangeably
|
2024-12-16 12:14:11 +01:00 |
|
keys.help
|
update keys.help
|
2024-12-29 21:37:17 +01:00 |
|
label_compactor.awk
|
populating xschem git repo
|
2020-08-08 15:47:34 +02:00 |
|
main.c
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +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
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01:00 |
|
make_sch_from_vhdl.awk
|
update make_sch_from_vhdl.awk (compliance with regexp syntax)
|
2024-02-07 12:32:07 +01:00 |
|
make_sym.awk
|
update make_sym.awk to use a polyline instead of segments for the symbol box
|
2025-01-20 23:03:33 +01:00 |
|
make_sym_from_spice.awk
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01:00 |
|
make_sym_lcc.awk
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01:00 |
|
make_vhdl_from_spice.awk
|
populating xschem git repo
|
2020-08-08 15:47:34 +02:00 |
|
mouse_bindings.tcl
|
updated moude_bindings.tcl with Paul`s new version, updated noconn.sym (do not use *_ignore attributes, put comments in netlist about NC net)
|
2023-06-30 09:11:04 +02:00 |
|
move.c
|
starting a move (m) or copy (c) operation when nothing is selected does not change ui_state. Clearly a bug
|
2024-11-29 01:30:38 +01:00 |
|
netlist.c
|
removed warning msg
|
2025-01-11 22:45:42 +01:00 |
|
netlist_compactor.awk
|
populating xschem git repo
|
2020-08-08 15:47:34 +02:00 |
|
ngspice_backannotate.tcl
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01:00 |
|
node_hash.c
|
refactor some debug print messages for NULL strings
|
2025-01-04 11:33:58 +01:00 |
|
options.c
|
refactor some debug print messages for NULL strings
|
2025-01-04 11:33:58 +01:00 |
|
order_labels.awk
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01:00 |
|
parse_synopsys_vhdl.awk
|
populating xschem git repo
|
2020-08-08 15:47:34 +02:00 |
|
parselabel.l
|
remove memory tracking alloc IDs
|
2024-09-06 22:27:05 +02:00 |
|
paste.c
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01:00 |
|
place_pins.tcl
|
add src/place_pins.tcl, src/place_sym_pins.tcl
|
2023-09-28 16:09:06 +02:00 |
|
place_sym_pins.tcl
|
added commands xschem get schprop|schvhdprop|schverilogprop|schtedaxprop|schsymbolprop, "xschem create_text" renamed to "xschem text" for syntax consistency
|
2023-09-29 09:46:31 +02:00 |
|
psprint.c
|
clanup / better implementation of previous fix
|
2025-01-20 18:39:46 +01:00 |
|
rawtovcd.c
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01: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
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01:00 |
|
save.c
|
If opening a non existing xxxx.sym file euristically set netlist_type to symbol --> better implementation
|
2025-01-21 04:09:08 +01:00 |
|
scheduler.c
|
allow `xschem translate -1 string` to translate tokens that do not depend on specific instances; yet another change in wrap detection in graphs, always use simulator sweep-var instead of user specified sweep variable; simulated data will never wrap exactly to first value due to roundoff errors; -fast optionto `xschem hilight_netname` command
|
2025-01-24 03:52:20 +01:00 |
|
select.c
|
reduce some pointer indirections to array subscripts (readability)
|
2025-01-10 16:00:47 +01:00 |
|
sort_labels.awk
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01:00 |
|
spice.awk
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01:00 |
|
spice_netlist.c
|
clanup / better implementation of previous fix
|
2025-01-20 18:39:46 +01:00 |
|
store.c
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01:00 |
|
supergrep.awk
|
populating xschem git repo
|
2020-08-08 15:47:34 +02:00 |
|
svgdraw.c
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01:00 |
|
symgen.awk
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01:00 |
|
tedax.awk
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01:00 |
|
tedax_netlist.c
|
clanup / better implementation of previous fix
|
2025-01-20 18:39:46 +01:00 |
|
token.c
|
clanup / better implementation of previous fix
|
2025-01-20 18:39:46 +01:00 |
|
track_memory.awk
|
optimization for new_prop_string() done. doc updates for instance hide_texts=true attribute, align strboolcmp() to tcl allowed boolean values (1, true, on, yes)
|
2023-10-03 15:20:30 +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
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01:00 |
|
verilog_netlist.c
|
add option -noalert to `xschem netlist` command, update `proc cellview`
|
2025-01-19 23:29:41 +01:00 |
|
vhdl.awk
|
update license info. Remove unneeded newline saving in version line of .sch/.sym files, remove c89 flag based on lib versions
|
2024-11-12 20:23:18 +01:00 |
|
vhdl_netlist.c
|
clanup / better implementation of previous fix
|
2025-01-20 18:39:46 +01:00 |
|
xinit.c
|
[Bugfix - Snap Cursor]: Fully removed the bug from commit 0a0ef22. Solved by introducing breaking change in 'find_closest_net_or_symbol_pin()' function defined in 'src/xschem.h' and implemented in 'src/findnet.c'. The function now returns a boolean value indicating if the search yielded any valid results, instead of returning nothing (void).
|
2025-01-24 14:40:29 +05:30 |
|
xschem.h
|
[Manual Upstream Merge]: Manually reintroduced the changes from commit a361505 without breaking functionalities. This fork is now effectively up-to-date with upstream.
|
2025-01-24 16:48:42 +05:30 |
|
xschem.help
|
add graph_use_ctrl_key variable (default 0) to force holding Control key to interact with graphs. This avoid graphs "stealing" events that are expected to work on the schematic
|
2024-11-29 22:52:36 +01:00 |
|
xschem.tcl
|
[Snap Cursor Update (WIP)]: Added dynamically scaling snap cursor.
|
2025-01-23 22:58:35 +05:30 |
|
xschemrc
|
[Snap Cursor Update (WIP)]: Added keybind to activate snap_cursor + new tcl-command to adjust 'snap_cursor_size'. Added grid-coordinate checks for better performance using the 'find_closest_net_or_symbol_pin()' function (by only running the search when the grid-snap position changes). Fixed xctx->prev_crossx and xctx->prev_crossy conflict between draw_crosshair() and draw_snap_cursor() by using the new globally accesible variables 'xctx->prev_gridx' and 'xctx->prev_gridy' in draw_snap_cursor().
|
2025-01-23 17:45:49 +05:30 |