From c208c4992e045b275bb187afc1372ddfc9c4b928 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Fri, 20 Mar 2026 11:46:31 +0100 Subject: [PATCH] add "set netlist/graph/annotation precision" in simulation menu --- src/xschem.tcl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/xschem.tcl b/src/xschem.tcl index 34018e0a..23a82f4e 100644 --- a/src/xschem.tcl +++ b/src/xschem.tcl @@ -10393,6 +10393,10 @@ proc build_widgets { {topwin {} } } { -command { input_line {Set netlist file name} {xschem set netlist_name} [xschem get netlist_name] 40 } + $topwin.menubar.simulation add command -label "Set netlist / graph / annotation precision" \ + -command { + input_line "Enter precision (int):" "set ev_precision" $ev_precision + } $topwin.menubar.simulation add checkbutton -label "Show netlist after netlist command" \ -selectcolor $selectcolor -variable netlist_show -accelerator {Shift+A} $topwin.menubar.simulation add checkbutton -label "Keep symbols when traversing hierarchy" \