remove dbg messages

This commit is contained in:
Stefan Frederik 2020-12-04 13:02:19 +01:00
parent e5205cfd1e
commit c3aad2fbfc
2 changed files with 3 additions and 2 deletions

View File

@ -113,7 +113,7 @@ proc netlist {source_file show netlist_file} {
global XSCHEM_SHAREDIR flat_netlist hspice_netlist netlist_dir global XSCHEM_SHAREDIR flat_netlist hspice_netlist netlist_dir
global verilog_2001 netlist_type tcl_debug global verilog_2001 netlist_type tcl_debug
if {$tcl_debug <= 0} { puts "netlist: source_file=$source_file, netlist_type=$netlist_type" } if {$tcl_debug <= -1} { puts "netlist: source_file=$source_file, netlist_type=$netlist_type" }
if {$netlist_type eq {spice}} { if {$netlist_type eq {spice}} {
if { $hspice_netlist == 1 } { if { $hspice_netlist == 1 } {
set hspice {-hspice} set hspice {-hspice}

View File

@ -4,7 +4,8 @@ K {type=subcircuit
format="@name @pinlist @symname" format="@name @pinlist @symname"
template="name=x1" template="name=x1"
net_name=true net_name=true
verilog_netlist=true} verilog_netlist=true
schematic=bus_keeper.sch}
V {} V {}
S {} S {}
E {} E {}