fix verilog_bitblast not declared as global in proc netlist (typo)

This commit is contained in:
stefan schippers 2024-01-02 23:18:00 +01:00
parent d77fb43e5e
commit 6215a89605
1 changed files with 1 additions and 1 deletions

View File

@ -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]