From 531a19ce59c1d160f90215d565a36aa92072659d Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Fri, 19 Apr 2024 12:32:41 +0200 Subject: [PATCH] doc updates (xschem raw values with dset = -1) --- doc/xschem_man/developer_info.html | 3 ++- src/scheduler.c | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/xschem_man/developer_info.html b/doc/xschem_man/developer_info.html index 9b77dfa2..8969e749 100644 --- a/doc/xschem_man/developer_info.html +++ b/doc/xschem_man/developer_info.html @@ -542,6 +542,7 @@ C {verilog_timescale.sym} 1050 -100 0 0 {name=s1 timestep="1ns" precision="1ns" +
  • abort_operation
  • @@ -1191,6 +1192,7 @@ C {verilog_timescale.sym} 1050 -100 0 0 {name=s1 timestep="1ns" precision="1ns"
           
        xschem raw values node [dset]
          print all simulation values of 'node' for dataset 'dset' (default dset=0)
    +     dset= -1: print all values for all datasets
           
        xschem raw points [dset]
          print simulation points for dataset 'dset' (default: all dataset points combined)
    @@ -1622,7 +1624,6 @@ C {verilog_timescale.sym} 1050 -100 0 0 {name=s1 timestep="1ns" precision="1ns"
     
     
     
    -
     
     
      
    diff --git a/src/scheduler.c b/src/scheduler.c
    index 07253fda..a8e9902f 100644
    --- a/src/scheduler.c
    +++ b/src/scheduler.c
    @@ -3698,6 +3698,7 @@ int xschem(ClientData clientdata, Tcl_Interp *interp, int argc, const char * arg
          *
          *   xschem raw values node [dset]
          *     print all simulation values of 'node' for dataset 'dset' (default dset=0)
    +     *     dset= -1: print all values for all datasets
          *
          *   xschem raw points [dset]
          *     print simulation points for dataset 'dset' (default: all dataset points combined)