From 6215a89605cec5dbd35c8f9678020694eadfb2a1 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Tue, 2 Jan 2024 23:18:00 +0100 Subject: [PATCH] fix verilog_bitblast not declared as global in proc netlist (typo) --- src/xschem.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xschem.tcl b/src/xschem.tcl index 2ee5006a..2eef5c05 100644 --- a/src/xschem.tcl +++ b/src/xschem.tcl @@ -659,7 +659,7 @@ proc ev0 {args} { # does netlist post processing, called from global_(spice|vhdl|verilog)_netlist() proc netlist {source_file show netlist_file} { global XSCHEM_SHAREDIR flat_netlist netlist_dir simulate_bg - global verilog_2001 debug_var OS has_x verilog_bitblas + global verilog_2001 debug_var OS has_x verilog_bitblast # if waves are loaded turn Waves button to yellow to indicate old waves are shown set win_path [xschem get current_win_path]