stefan schippers
|
10857629e1
|
add option --pipe (alias for -r / ----no_readline)
|
2023-10-22 22:16:17 +02:00 |
stefan schippers
|
2a8b0b40d8
|
add some additional help text in simulator config dialog
|
2023-10-22 12:14:49 +02:00 |
stefan schippers
|
8f3fedab1f
|
fix a bug when closing with ctrl-q (ie from callback(), calling proc quit_xschem) and there are multiple windows, some with changed data (switch_tab() was skipped due to xctx->semaphore). Process status dialog window will not be updated if vertical slider is not positioned to bottom
|
2023-10-22 02:53:03 +02:00 |
stefan schippers
|
d5d090afc0
|
better line-rectangle touch check for backward rectangle selection (intersection select)
|
2023-10-21 23:48:56 +02:00 |
stefan schippers
|
5c27e48ccf
|
fix rectangle intersection checker macro (RECT_TOUCH)
|
2023-10-21 22:37:01 +02:00 |
Stefan Schippers
|
73c4a17c2c
|
dragging to the right a selection rectangle will select objects fully enclosed. Dragging to the left will select all objects intersected by the select rectangle.
|
2023-10-21 19:09:17 +02:00 |
stefan schippers
|
109cef6c52
|
detect if program started in background and detach from console
|
2023-10-21 11:37:59 +02:00 |
stefan schippers
|
f2fd7e6e48
|
remove debug messages
|
2023-10-21 11:05:47 +02:00 |
stefan schippers
|
99f31e4535
|
periodic update of process status dialog, updated delta_sigma and rom8k examples for allowing batch mode ngspice run
|
2023-10-21 10:58:02 +02:00 |
stefan schippers
|
e603a71651
|
fix typo
|
2023-10-21 10:07:31 +02:00 |
stefan schippers
|
8a8d9f0148
|
added comments for sub-process management, disabled list sub-processes on windows (need specialized version)
|
2023-10-21 09:47:37 +02:00 |
stefan schippers
|
2e4e754a3e
|
add context menu entries for rotate and flip selection, add basic sub-process control in Simulation menu, enabled again Rotate and Flip from Edit menu, fix svg export from CLI (was resetting line width), add cascade menus in Simulation
|
2023-10-21 09:27:02 +02:00 |
stefan schippers
|
8e1df1b157
|
add proc sim_cmd to substitute variables in simulator commands and return the resulting command
|
2023-10-19 18:18:20 +02:00 |
stefan schippers
|
0e583cfac1
|
add tooltip showing full path of schematic when hovering the mouse over a tab
|
2023-10-19 15:14:29 +02:00 |
stefan schippers
|
0325b14499
|
add `none` i/o buffering mode (in addition to `line`) in execute `status` argument
|
2023-10-19 13:01:25 +02:00 |
stefan schippers
|
efb0351812
|
fix fullxzoom when selecting more (unlocked) graphs, graphs have a custom rawfile specified and current loaded sim is not of the same type (for example OP)
|
2023-10-19 10:47:01 +02:00 |
stefan schippers
|
c943218af8
|
doc formatting
|
2023-10-18 17:20:43 +02:00 |
stefan schippers
|
a6c1d9761d
|
doc updates (new graph functions)
|
2023-10-18 17:19:32 +02:00 |
stefan schippers
|
1b7a035220
|
fix graph_fullxzoom in case of non monotonical sweep x axis variable
|
2023-10-18 16:10:08 +02:00 |
stefan schippers
|
0178e1c287
|
add @symref attribute that resolves to the full symbol reference as specified in instance: example: "sky130_fd_pr/pfet_01v8_lvt.sym"
|
2023-10-18 13:18:29 +02:00 |
stefan schippers
|
f9114a0888
|
proc graph_fill_listbox : use "xschem raw read" instead of "xschem raw switch" so if user enters a new file it will be immediately loaded
|
2023-10-18 10:48:23 +02:00 |
stefan schippers
|
cc5864e12f
|
fix 2 bugs in extra_rawfile(): xctx->extra_idx assignment in extra_rawfile "read" subcommand and return value if no command executed. Add "file_exists "procedure to be used in graph_edit_properties for rawentry resolution
|
2023-10-18 10:15:39 +02:00 |
stefan schippers
|
a41a0bf9fd
|
add noise analysis recognition in raw files
|
2023-10-18 02:56:06 +02:00 |
stefan schippers
|
ad07999dd3
|
do not use text widget -selectbackground on tcl8.4
|
2023-10-17 23:35:16 +02:00 |
stefan schippers
|
ecbbb68447
|
replace text widget "count -displaylines" with alternative tcl8.4 compatible
|
2023-10-17 23:31:13 +02:00 |
stefan schippers
|
8e8145a241
|
fix regression on input_line tcl procedure. buggy if empty cmd ws passed as argument
|
2023-10-17 23:06:49 +02:00 |
stefan schippers
|
52572a6ca4
|
update cmos_example.sch
|
2023-10-17 18:16:48 +02:00 |
stefan schippers
|
9917c8276b
|
revert to KeyRelease events (instead of FocusOut) for various widgets in graphdialog (better feedback), fix premature deallocation of data in child process in filter_data()
|
2023-10-17 17:05:10 +02:00 |
stefan schippers
|
d41504011b
|
revert solar_panel.sch changes for full y zoom tests
|
2023-10-17 16:42:35 +02:00 |
stefan schippers
|
025454e79e
|
fix a regression in graph_fullyzoom() if graph contains more than one expression
|
2023-10-17 16:39:25 +02:00 |
stefan schippers
|
306c5d0d15
|
fix two small memory leaks, doc updates (xschem raw command) Raw.filename renamed to Raw.rawfile
|
2023-10-17 16:08:27 +02:00 |
stefan schippers
|
9fda2adccb
|
fix graph_fullxzoom if displaying multiple op (transformed to dc sweep) sims
|
2023-10-17 14:20:34 +02:00 |
stefan schippers
|
b165720bc8
|
allow loading more and different analyses from the same raw file. Implied tcleval() in rawfile given in graphdialog, transform multiple saved OP sims into a dc sweep.
|
2023-10-17 14:00:43 +02:00 |
stefan schippers
|
745e3fc5f4
|
update cmos_example.sch
|
2023-10-17 00:56:49 +02:00 |
stefan schippers
|
8cfd51d8f9
|
add the ability to load multiple raw files with different analyses in a single schematic ( extra_rawfile() )
|
2023-10-17 00:42:31 +02:00 |
stefan schippers
|
5da81a7aea
|
shut down some gcc false warnings (uninitialized vars), add read_more_rawfile()
|
2023-10-16 11:16:12 +02:00 |
stefan schippers
|
f10555917e
|
optimized usage of interpolate_yval(), add raw->cursor_b_val[]
|
2023-10-16 09:53:03 +02:00 |
stefan schippers
|
d1309a8a47
|
fix uninitialized var in interpolate_yval()
|
2023-10-15 13:24:19 +02:00 |
stefan schippers
|
a7bcfb7941
|
do interpolation when annotating "b" cursor values in schematic, as done with measurements with "a" cursor.
|
2023-10-15 12:05:48 +02:00 |
stefan schippers
|
f87ab46310
|
refactor table_read(), less pointer indirections
|
2023-10-15 10:24:13 +02:00 |
stefan schippers
|
53286346e1
|
doc updates, tcl rawfile variable in place for future per-graph raw file
|
2023-10-14 23:41:19 +02:00 |
stefan schippers
|
e35974bc74
|
Update netlist checksup for autozero_comp.sch in xschemtest
|
2023-10-14 23:29:12 +02:00 |
stefan schippers
|
663991ce70
|
add "filename" member in Raw (raw file) struct
|
2023-10-14 23:09:40 +02:00 |
stefan schippers
|
537cedbafe
|
better graphdialog layout, remove tcl redundant raw_level var
|
2023-10-14 22:43:58 +02:00 |
stefan schippers
|
63bc486391
|
update test schematic with new dataset node plotting functions
|
2023-10-14 00:19:38 +02:00 |
stefan schippers
|
8ceb4b6b41
|
fix false wcnt warning in draw_graph()
|
2023-10-13 23:09:27 +02:00 |
stefan schippers
|
25ab8a8b8a
|
cursor `a` measurements in graph match the %n dataset specified on nodes if any (or default to dataset 0)
|
2023-10-13 23:04:45 +02:00 |
Stefan Schippers
|
c6a3880b9d
|
fix a bug in draw_graph_points() changing and not restoring linewidths if called with idx==-1
|
2023-10-13 18:46:15 +02:00 |
stefan schippers
|
fb0b1c176a
|
fix typo in docs
|
2023-10-13 16:03:00 +02:00 |
stefan schippers
|
617e6b3b8d
|
update live backannotation if "a" and "b" cursors are swapped, syntax node%n is now allowed to plot only dataset "n" of the node. Update html docs and example autozero_comp circuit
|
2023-10-13 15:51:51 +02:00 |