diff --git a/scripts/pt_sta.tcl b/scripts/pt_sta.tcl index 6a9df199..2db3b104 100644 --- a/scripts/pt_sta.tcl +++ b/scripts/pt_sta.tcl @@ -43,7 +43,6 @@ if {\ } # Reading design netlist - # TODO: get chip io netlist instead of reading the RTL set search_path "$::env(CARAVEL_ROOT)/verilog/gl $::env(MCW_ROOT)/verilog/gl $::env(UPRJ_ROOT)/verilog/gl $::env(PT_LIB_ROOT)" puts "list of verilog files:" foreach verilog "[glob $::env(CARAVEL_ROOT)/verilog/gl/*.v] [glob $::env(MCW_ROOT)/verilog/gl/*.v] [glob $::env(UPRJ_ROOT)/verilog/gl/*.v]" {