From d778a738b2cbb1f45cea7b6e99834147ef1b5add Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Wed, 20 Aug 2025 08:53:50 +0200 Subject: [PATCH] add "Waves->Load first analysis found" so xschem will load first section found in raw file (and matching following ones if any) --- src/xschem.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xschem.tcl b/src/xschem.tcl index 62f362da..5d616933 100644 --- a/src/xschem.tcl +++ b/src/xschem.tcl @@ -9098,6 +9098,7 @@ proc build_widgets { {topwin {} } } { $topwin.menubar.waves add separator $topwin.menubar.waves add command -label Clear -command {xschem raw_clear} $topwin.menubar.waves add separator + $topwin.menubar.waves add command -label {Load first analysis found} -command {waves {}} $topwin.menubar.waves add command -label {Op Annotate} -command { set retval [select_raw [xschem get topwindow]] set show_hidden_texts 1