@@ -188,30 +188,31 @@ def reports_from_logs(self):
188188
189189 cts_log = Artifact (rp , "logs" , "cts" , "cts.log" )
190190 cts_log .generate_reports (
191- ("cts.rpt" , "check_report" ),
192- ("cts.timing.rpt" , "timing_report" ),
193- ("cts.min_max.rpt" , "min_max_report" ),
194- ("cts_wns.rpt" , "wns_report" ),
195- ("cts_tns.rpt" , "tns_report" ),
196- ("cts_clock_skew.rpt" , "cts_clock_skew_report" ),
191+ ("cts.rpt" , "cts_report" ),
192+ ("cts_sta.rpt" , "check_report" ),
193+ ("cts_sta.timing.rpt" , "timing_report" ),
194+ ("cts_sta.min_max.rpt" , "min_max_report" ),
195+ ("cts_sta.wns.rpt" , "wns_report" ),
196+ ("cts_sta.tns.rpt" , "tns_report" ),
197+ ("cts_sta.clock_skew.rpt" , "cts_clock_skew_report" ),
197198 )
198199
199200 routing_log = Artifact (rp , "logs" , "routing" , "fastroute.log" )
200201 routing_log .generate_reports (
201- ("fastroute .rpt" , "check_report" ),
202- ("fastroute .timing.rpt" , "timing_report" ),
203- ("fastroute .min_max.rpt" , "min_max_report" ),
204- ("fastroute_wns .rpt" , "wns_report" ),
205- ("fastroute_tns .rpt" , "tns_report" )
202+ ("fastroute_sta .rpt" , "check_report" ),
203+ ("fastroute_sta .timing.rpt" , "timing_report" ),
204+ ("fastroute_sta .min_max.rpt" , "min_max_report" ),
205+ ("fastroute_sta.wns .rpt" , "wns_report" ),
206+ ("fastroute_sta.tns .rpt" , "tns_report" )
206207 )
207208
208209 placement_log = Artifact (rp , "logs" , "placement" , "replace.log" )
209210 placement_log .generate_reports (
210- ("replace .rpt" , "check_report" ),
211- ("replace .timing.rpt" , "timing_report" ),
212- ("replace .min_max.rpt" , "min_max_report" ),
213- ("replace_wns .rpt" , "wns_report" ),
214- ("replace_tns .rpt" , "tns_report" )
211+ ("replace_sta .rpt" , "check_report" ),
212+ ("replace_sta .timing.rpt" , "timing_report" ),
213+ ("replace_sta .min_max.rpt" , "min_max_report" ),
214+ ("replace_sta.wns .rpt" , "wns_report" ),
215+ ("replace_sta.tns .rpt" , "tns_report" )
215216 )
216217
217218 sta_log = Artifact (rp , "logs" , "synthesis" , "opensta" )
0 commit comments