diff --git a/liberty/LibertyReader.cc b/liberty/LibertyReader.cc index a4c40633..5c83e9f5 100644 --- a/liberty/LibertyReader.cc +++ b/liberty/LibertyReader.cc @@ -971,8 +971,11 @@ LibertyReader::visitDefaultMaxTransition(LibertyAttr *attr) float value; bool exists; getAttrFloat(attr, value, exists); - if (exists) + if (exists) { + if (value == 0.0) + libWarn(160, attr, "default_max_transition is 0.0."); library_->setDefaultMaxSlew(value * time_scale_); + } } } @@ -3074,6 +3077,8 @@ LibertyReader::visitMinMaxTransition(LibertyAttr *attr, MinMax *min_max) bool exists; getAttrFloat(attr, value, exists); if (exists) { + if (min_max == MinMax::max() && value == 0.0) + libWarn(161, attr, "max_transition is 0.0."); value *= time_scale_; visitPorts([&] (LibertyPort *port) { port->setSlewLimit(value, min_max); diff --git a/messages.txt b/messages.txt index f97771e0..64eff74d 100644 --- a/messages.txt +++ b/messages.txt @@ -1,12 +1,18 @@ 0001 DmpCeff.cc:1589 cell %s delay model not supported on SPF parasitics by DMP delay calculator +0002 Liberty.cc:729 cell %s/%s port %s not found in cell %s/%s. +0003 Liberty.cc:752 cell %s/%s %s -> %s timing group %s not found in cell %s/%s. +0004 Liberty.cc:1649 cell %s/%s %s -> %s latch enable %s_edge timing arc is inconsistent with %s -> %s setup_%s check. +0005 Liberty.cc:1664 cell %s/%s %s -> %s latch enable %s_edge is inconsistent with latch group enable function positive sense. +0006 Liberty.cc:1672 cell %s/%s %s -> %s latch enable %s_edge is inconsistent with latch group enable function negative sense. +0007 LibertyExpr.cc:76 %s references unknown port %s. 0008 ConcreteNetwork.cc:1869 cell type %s can not be linked. 0009 Sdc.cc:2465 No common period was found between clocks %s and %s. 0010 Genclks.cc:289 no master clock found for generated clock %s. 0011 Genclks.cc:331 generated clock %s is in the fanout of multiple clocks. 0013 Genclks.cc:990 generated clock %s source pin %s missing paths from master clock %s. -0015 Sim.cc:878 propagated logic value %c differs from constraint value of %c on pin %s. -0016 Sta.cc:2013 '%s' is not a valid startoint. -0017 Sta.cc:2088 '%s' is not a valid endpoint. +0015 Sim.cc:869 propagated logic value %c differs from constraint value of %c on pin %s. +0016 Sta.cc:2016 '%s' is not a valid startoint. +0017 Sta.cc:2091 '%s' is not a valid endpoint. 0021 SpefParse.yy:805 %d is not positive. 0022 SpefParse.yy:814 %.4f is not positive. 0023 SpefParse.yy:820 %.4f is not positive. @@ -16,25 +22,26 @@ 0027 WritePathSpice.cc:1016 no register/latch found for path from %s to %s, 0028 WritePathSpice.cc:1383 The following subkcts are missing from %s 0029 WritePathSpice.cc:1441 subckt %s port %s has no corresponding liberty port, pg_port and is not power or ground. -0160 Sta.cc:2010 '%s' is not a valid startpoint. -0161 Sta.cc:2085 '%s' is not a valid endpoint. +0160 Sta.cc:2013 '%s' is not a valid startpoint. +0161 Sta.cc:2088 '%s' is not a valid endpoint. 0162 VerilogReader.cc:1744 %s is not a verilog module. 0163 VerilogReader.cc:1749 %s is not a verilog module. -0179 SpefReader.cc:723 %s. +0179 SpefReader.cc:725 %s. 0201 StaTcl.i:128 no network has been linked. 0202 StaTcl.i:142 network does not support edits. 0204 StaTcl.i:4158 POCV support requires compilation with SSTA=1. -0207 GraphDelayCalc1.cc:746 port not found in cell -0208 Graph.cc:744 arc_delay_annotated array bounds exceeded -0209 Graph.cc:759 arc_delay_annotated array bounds exceeded -0210 Graph.cc:771 arc_delay_annotated array bounds exceeded +0206 LibertyExpr.cc:169 %s %s. +0207 GraphDelayCalc1.cc:750 port not found in cell +0208 Graph.cc:796 arc_delay_annotated array bounds exceeded +0209 Graph.cc:811 arc_delay_annotated array bounds exceeded +0210 Graph.cc:823 arc_delay_annotated array bounds exceeded 0211 SdcNetwork.cc:1026 inst path string lenth estimate busted 0212 SdcNetwork.cc:1098 inst path string lenth estimate exceeded 0213 Sdc.cc:4181 group path name and is_default are mutually exclusive. 0214 WriteSdc.cc:1339 unknown exception type 0215 WriteSdc.cc:1910 illegal set_logic value 0216 WriteSdc.cc:1954 invalid set_case_analysis value -0228 Graph.cc:784 arc_delay_annotated array bounds exceeded +0228 Graph.cc:836 arc_delay_annotated array bounds exceeded 0251 PathEnumed.cc:126 enumerated path required time 0252 PathEnumed.cc:135 enumerated path required time 0253 PathGroup.cc:402 unknown path end type @@ -45,11 +52,11 @@ 0258 ReportPath.cc:2224 generated clock pll source path too short. 0259 ReportPath.cc:2387 unsupported path type 0260 Search.cc:2666 max tag group index exceeded -0261 Search.cc:2895 max tag index exceeded -0262 Search.cc:3579 unexpected filter path -0263 Search.cc:3747 tns incr existing vertex -0264 Sta.cc:3994 corresponding timing arc set not found in equiv cells -0265 TagGroup.cc:337 tag group missing tag +0261 Search.cc:2898 max tag index exceeded +0262 Search.cc:3586 unexpected filter path +0263 Search.cc:3754 tns incr existing vertex +0264 Sta.cc:4101 corresponding timing arc set not found in equiv cells +0265 TagGroup.cc:321 tag group missing tag 0300 Util.tcl:218 no commands match '$pattern'. 0301 Power.tcl:207 activity should be 0.0 to 1.0 or 2.0 0302 Power.tcl:215 duty should be 0.0 to 1.0 @@ -60,7 +67,7 @@ 0314 Cmds.tcl:850 $arg_name must be a single net. 0315 Cmds.tcl:856 $arg_name '$object_type' is not a net. 0316 Cmds.tcl:861 $arg_name '$arg' not found. -0318 Search.tcl:1043 unknown path group '$name'. +0318 Search.tcl:1045 unknown path group '$name'. 0319 Sdc.tcl:277 $unit scale [format %.0e $scale] does not match library scale [format %.0e $unit_scale]. 0320 Sdc.tcl:478 current_design for other than top cell not supported. 0321 Sdc.tcl:515 patterns argument not supported with -of_objects. @@ -80,40 +87,39 @@ 0335 Sdc.tcl:937 pin '$pattern' not found. 0336 Sdc.tcl:994 patterns argument not supported with -of_objects. 0337 Sdc.tcl:1008 port '$pattern' not found. -0338 Sdc.tcl:1109 non-increasing clock -waveform edge times. -0339 Sdc.tcl:1112 -waveform time greater than two periods. -0340 Sdc.tcl:1106 negative clock -waveform edge time. -0341 Sdc.tcl:1470 extra positional argument $arg. -0342 Sdc.tcl:1503 -clock ignored for clock objects. -0343 Sdc.tcl:1549 set_sense -type data not supported. -0344 Sdc.tcl:1564 set_clock_sense is deprecated as of SDC 2.1. Use set_sense -type clock. -0345 Sdc.tcl:1576 -pulse argument not supported. -0346 Sdc.tcl:1585 -positive, -negative, -stop_propagation and -pulse are mutually exclusive. -0347 Sdc.tcl:1598 hierarchical pin '[get_full_name $pin]' not supported. -0348 Sdc.tcl:1800 -from/-to keywords ignored for lib_pin, port and pin arguments. -0349 Sdc.tcl:1468 unknown keyword argument $arg. -0350 Sdc.tcl:1948 -from, -through or -to required. -0351 Sdc.tcl:2027 -source_latency_included ignored with -reference_pin. -0352 Sdc.tcl:2030 -network_latency_included ignored with -reference_pin. -0353 Sdc.tcl:2049 $cmd not allowed on [pin_direction $pin] port '[get_full_name $pin]'. -0354 Sdc.tcl:2051 $cmd relative to a clock defined on the same port/pin not allowed. -0355 Sdc.tcl:2094 '$args' ignored. -0356 Sdc.tcl:2224 '$args' ignored. -0357 Sdc.tcl:2271 virtual clock [get_name $clk] can not be propagated. -0358 Sdc.tcl:2420 -multiply_by ignored. -0359 Sdc.tcl:2423 -dont_scale ignored. -0360 Sdc.tcl:2426 -no_design_rule ignored. -0361 Sdc.tcl:2467 -clock not supported. -0362 Sdc.tcl:2470 -clock_fall not supported. -0363 Sdc.tcl:2516 -pin_load not allowed for net objects. -0364 Sdc.tcl:2519 -wire_load not allowed for net objects. -0365 Sdc.tcl:2522 -rise/-fall not allowed for net objects. -0366 Sdc.tcl:2655 -data_path, -clock_path, -rise, -fall ignored for ports and designs. -0367 Sdc.tcl:2725 derating factor greater than 2.0. -0368 Sdc.tcl:2762 -cell_delay and -cell_check flags ignored for net objects. -0369 Sdc.tcl:2821 no valid objects specified for $key. -0370 Sdc.tcl:2854 no valid objects specified for $key -0371 Sdc.tcl:3015 set_wire_load_min_block_size not supported. +0338 Sdc.tcl:1106 non-increasing clock -waveform edge times. +0339 Sdc.tcl:1109 -waveform time greater than two periods. +0341 Sdc.tcl:1467 extra positional argument $arg. +0342 Sdc.tcl:1500 -clock ignored for clock objects. +0343 Sdc.tcl:1546 set_sense -type data not supported. +0344 Sdc.tcl:1561 set_clock_sense is deprecated as of SDC 2.1. Use set_sense -type clock. +0345 Sdc.tcl:1573 -pulse argument not supported. +0346 Sdc.tcl:1582 -positive, -negative, -stop_propagation and -pulse are mutually exclusive. +0347 Sdc.tcl:1595 hierarchical pin '[get_full_name $pin]' not supported. +0348 Sdc.tcl:1797 -from/-to keywords ignored for lib_pin, port and pin arguments. +0349 Sdc.tcl:1465 unknown keyword argument $arg. +0350 Sdc.tcl:1945 -from, -through or -to required. +0351 Sdc.tcl:2024 -source_latency_included ignored with -reference_pin. +0352 Sdc.tcl:2027 -network_latency_included ignored with -reference_pin. +0353 Sdc.tcl:2046 $cmd not allowed on [pin_direction $pin] port '[get_full_name $pin]'. +0354 Sdc.tcl:2048 $cmd relative to a clock defined on the same port/pin not allowed. +0355 Sdc.tcl:2091 '$args' ignored. +0356 Sdc.tcl:2221 '$args' ignored. +0357 Sdc.tcl:2268 virtual clock [get_name $clk] can not be propagated. +0358 Sdc.tcl:2417 -multiply_by ignored. +0359 Sdc.tcl:2420 -dont_scale ignored. +0360 Sdc.tcl:2423 -no_design_rule ignored. +0361 Sdc.tcl:2464 -clock not supported. +0362 Sdc.tcl:2467 -clock_fall not supported. +0363 Sdc.tcl:2513 -pin_load not allowed for net objects. +0364 Sdc.tcl:2516 -wire_load not allowed for net objects. +0365 Sdc.tcl:2519 -rise/-fall not allowed for net objects. +0366 Sdc.tcl:2652 -data_path, -clock_path, -rise, -fall ignored for ports and designs. +0367 Sdc.tcl:2722 derating factor greater than 2.0. +0368 Sdc.tcl:2759 -cell_delay and -cell_check flags ignored for net objects. +0369 Sdc.tcl:2818 no valid objects specified for $key. +0370 Sdc.tcl:2851 no valid objects specified for $key +0371 Sdc.tcl:3012 set_wire_load_min_block_size not supported. 0372 NetworkEdit.tcl:80 connect_pins is deprecated. Use connect_pin. 0400 Util.tcl:44 $cmd $key missing value. 0401 Util.tcl:61 $cmd $key missing value. @@ -141,13 +147,11 @@ 0423 Search.tcl:174 -group_count must be >= 1. 0424 Search.tcl:205 '$arg' is not a known keyword or flag. 0425 Search.tcl:207 positional arguments not supported. -0426 Search.tcl:524 analysis type single is not consistent with doing both setup/max and hold/min checks. -0427 Search.tcl:529 positional arguments not supported. +0426 Search.tcl:526 analysis type single is not consistent with doing both setup/max and hold/min checks. +0427 Search.tcl:531 positional arguments not supported. 0428 Sta.tcl:867 set_assigned_transition transition is not a float. -0429 Sdf.tcl:47 -analysis_type must be single, bc_wc or on_chip_variation -0430 Sdf.tcl:60 -cond_use min_max cannot be used with analysis type single. -0431 Sdf.tcl:108 $key must be sdf_min, sdf_typ, or sdf_max. -0432 Sdf.tcl:210 SDF -divider must be / or . +0430 Sdf.tcl:46 -cond_use min_max cannot be used with analysis type single. +0432 Sdf.tcl:157 SDF -divider must be / or . 0433 Parasitics.tcl:47 path instance '$path' not found. 0434 Parasitics.tcl:65 -reduce_to must be pi_elmore or pi_pole_residue2. 0435 DelayCalc.tcl:119 delay calculator $alg not found. @@ -223,9 +227,9 @@ 0505 Sta.tcl:1531 No -ground specified. 0506 Sta.tcl:1535 No -path_args specified. 0507 Sta.tcl:1540 No paths found for -path_args $path_args. -0508 Search.tcl:792 -min and -max cannot both be specified. -0509 Search.tcl:812 pin '$pin_arg' is hierarchical. -0510 Search.tcl:878 -format $format not recognized. +0508 Search.tcl:794 -min and -max cannot both be specified. +0509 Search.tcl:814 pin '$pin_arg' is hierarchical. +0510 Search.tcl:880 -format $format not recognized. 0511 Sdc.tcl:64 cannot open '$filename'. 0512 Sdc.tcl:116 incomplete command at end of file. 0513 Sdc.tcl:202 hierarchy separator must be one of '$sdc_dividers'. @@ -238,69 +242,69 @@ 0520 Sdc.tcl:1083 -name or port_pin_list must be specified. 0521 Sdc.tcl:1091 missing -period argument. 0522 Sdc.tcl:1097 -waveform edge_list must have an even number of edge times. -0523 Sdc.tcl:1153 empty ports/pins/nets argument. -0524 Sdc.tcl:1161 -add requires -name. -0525 Sdc.tcl:1166 name or port_pin_list must be specified. -0526 Sdc.tcl:1173 missing -source argument. -0527 Sdc.tcl:1190 -master_clock argument empty. -0528 Sdc.tcl:1193 -add requireds -master_clock. -0529 Sdc.tcl:1197 -multiply_by and -divide_by options are exclusive. -0530 Sdc.tcl:1201 -divide_by is not an integer greater than one. -0531 Sdc.tcl:1204 -combinational implies -divide_by 1. -0532 Sdc.tcl:1209 -multiply_by is not an integer greater than one. -0533 Sdc.tcl:1215 -duty_cycle is not a float between 0 and 100. -0534 Sdc.tcl:1221 -edges only supported for three edges. -0535 Sdc.tcl:1227 edges times are not monotonically increasing. -0536 Sdc.tcl:1236 -edge_shift length does not match -edges length. -0537 Sdc.tcl:1242 missing -multiply_by, -divide_by, -combinational or -edges argument. -0538 Sdc.tcl:1250 cannot specify -invert without -multiply_by, -divide_by or -combinational. -0539 Sdc.tcl:1256 -duty_cycle requires -multiply_by value. -0540 Sdc.tcl:1261 missing -pll_output argument. -0541 Sdc.tcl:1264 missing -pll_feedback argument. -0542 Sdc.tcl:1270 PLL output and feedback pins must be on the same instance. -0543 Sdc.tcl:1273 source pin must be on the same instance as the PLL output pin. -0544 Sdc.tcl:1276 PLL output must be one of the clock pins. -0545 Sdc.tcl:1314 group_path command failed. -0546 Sdc.tcl:1321 positional arguments not supported. -0547 Sdc.tcl:1325 -from, -through or -to required. -0548 Sdc.tcl:1331 -name and -default are mutually exclusive. -0549 Sdc.tcl:1333 -name or -default option is required. -0550 Sdc.tcl:1374 cannot specify both -high and -low. -0551 Sdc.tcl:1382 missing -setup or -hold argument. -0552 Sdc.tcl:1396 -high and -low only permitted for pins and instances. -0553 Sdc.tcl:1403 -high and -low only permitted for pins and instances. -0554 Sdc.tcl:1446 one of -logically_exclusive, -physically_exclusive or -asynchronous is required. -0555 Sdc.tcl:1449 the keywords -logically_exclusive, -physically_exclusive and -asynchronous are mutually exclusive. -0556 Sdc.tcl:1517 -source '[get_full_name $pin]' is not a clock pin. -0557 Sdc.tcl:1524 -early/-late is only allowed with -source. -0558 Sdc.tcl:1553 set_sense -type clock|data -0559 Sdc.tcl:1622 transition time can not be specified for virtual clocks. -0560 Sdc.tcl:1643 missing uncertainty value. -0561 Sdc.tcl:1685 -from/-to must be used together. -0562 Sdc.tcl:1705 -rise, -fall options not allowed for single clock uncertainty. -0563 Sdc.tcl:1746 missing -from, -rise_from or -fall_from argument. -0564 Sdc.tcl:1758 missing -to, -rise_to or -fall_to argument. -0565 Sdc.tcl:1830 -from/-to hierarchical instance not supported. -0566 Sdc.tcl:1862 pin '[get_full_name $inst]${hierarchy_separator}${port_name}' not found. -0567 Sdc.tcl:1903 pin '[get_name $cell]${hierarchy_separator}${port_name}' not found. -0568 Sdc.tcl:2088 missing delay argument. -0569 Sdc.tcl:2219 missing path multiplier argument. -0570 Sdc.tcl:2231 cannot use -start with -end. -0571 Sdc.tcl:2299 value must be 0, zero, 1, one, rise, rising, fall, or falling. -0572 Sdc.tcl:2357 cell '$lib_name:$cell_name' not found. -0573 Sdc.tcl:2363 '$cell_name' not found. -0574 Sdc.tcl:2367 missing -lib_cell argument. -0575 Sdc.tcl:2375 port '$to_port_name' not found. -0576 Sdc.tcl:2387 -pin argument required for cells with multiple outputs. -0577 Sdc.tcl:2402 port '$from_port_name' not found. -0578 Sdc.tcl:2609 port '[get_name $port]' is not an input. -0579 Sdc.tcl:2971 operating condition '$op_cond_name' not found. -0580 Sdc.tcl:2989 operating condition '$op_cond_name' not found. -0581 Sdc.tcl:3003 -analysis_type must be single, bc_wc or on_chip_variation. -0582 Sdc.tcl:3028 mode must be top, enclosed or segmented. -0583 Sdc.tcl:3043 no wire load model specified. -0584 Sdc.tcl:3104 wire load selection group '$selection_name' not found. -0585 Sdc.tcl:3232 no default operating conditions found. +0523 Sdc.tcl:1150 empty ports/pins/nets argument. +0524 Sdc.tcl:1158 -add requires -name. +0525 Sdc.tcl:1163 name or port_pin_list must be specified. +0526 Sdc.tcl:1170 missing -source argument. +0527 Sdc.tcl:1187 -master_clock argument empty. +0528 Sdc.tcl:1190 -add requireds -master_clock. +0529 Sdc.tcl:1194 -multiply_by and -divide_by options are exclusive. +0530 Sdc.tcl:1198 -divide_by is not an integer greater than one. +0531 Sdc.tcl:1201 -combinational implies -divide_by 1. +0532 Sdc.tcl:1206 -multiply_by is not an integer greater than one. +0533 Sdc.tcl:1212 -duty_cycle is not a float between 0 and 100. +0534 Sdc.tcl:1218 -edges only supported for three edges. +0535 Sdc.tcl:1224 edges times are not monotonically increasing. +0536 Sdc.tcl:1233 -edge_shift length does not match -edges length. +0537 Sdc.tcl:1239 missing -multiply_by, -divide_by, -combinational or -edges argument. +0538 Sdc.tcl:1247 cannot specify -invert without -multiply_by, -divide_by or -combinational. +0539 Sdc.tcl:1253 -duty_cycle requires -multiply_by value. +0540 Sdc.tcl:1258 missing -pll_output argument. +0541 Sdc.tcl:1261 missing -pll_feedback argument. +0542 Sdc.tcl:1267 PLL output and feedback pins must be on the same instance. +0543 Sdc.tcl:1270 source pin must be on the same instance as the PLL output pin. +0544 Sdc.tcl:1273 PLL output must be one of the clock pins. +0545 Sdc.tcl:1311 group_path command failed. +0546 Sdc.tcl:1318 positional arguments not supported. +0547 Sdc.tcl:1322 -from, -through or -to required. +0548 Sdc.tcl:1328 -name and -default are mutually exclusive. +0549 Sdc.tcl:1330 -name or -default option is required. +0550 Sdc.tcl:1371 cannot specify both -high and -low. +0551 Sdc.tcl:1379 missing -setup or -hold argument. +0552 Sdc.tcl:1393 -high and -low only permitted for pins and instances. +0553 Sdc.tcl:1400 -high and -low only permitted for pins and instances. +0554 Sdc.tcl:1443 one of -logically_exclusive, -physically_exclusive or -asynchronous is required. +0555 Sdc.tcl:1446 the keywords -logically_exclusive, -physically_exclusive and -asynchronous are mutually exclusive. +0556 Sdc.tcl:1514 -source '[get_full_name $pin]' is not a clock pin. +0557 Sdc.tcl:1521 -early/-late is only allowed with -source. +0558 Sdc.tcl:1550 set_sense -type clock|data +0559 Sdc.tcl:1619 transition time can not be specified for virtual clocks. +0560 Sdc.tcl:1640 missing uncertainty value. +0561 Sdc.tcl:1682 -from/-to must be used together. +0562 Sdc.tcl:1702 -rise, -fall options not allowed for single clock uncertainty. +0563 Sdc.tcl:1743 missing -from, -rise_from or -fall_from argument. +0564 Sdc.tcl:1755 missing -to, -rise_to or -fall_to argument. +0565 Sdc.tcl:1827 -from/-to hierarchical instance not supported. +0566 Sdc.tcl:1859 pin '[get_full_name $inst]${hierarchy_separator}${port_name}' not found. +0567 Sdc.tcl:1900 pin '[get_name $cell]${hierarchy_separator}${port_name}' not found. +0568 Sdc.tcl:2085 missing delay argument. +0569 Sdc.tcl:2216 missing path multiplier argument. +0570 Sdc.tcl:2228 cannot use -start with -end. +0571 Sdc.tcl:2296 value must be 0, zero, 1, one, rise, rising, fall, or falling. +0572 Sdc.tcl:2354 cell '$lib_name:$cell_name' not found. +0573 Sdc.tcl:2360 '$cell_name' not found. +0574 Sdc.tcl:2364 missing -lib_cell argument. +0575 Sdc.tcl:2372 port '$to_port_name' not found. +0576 Sdc.tcl:2384 -pin argument required for cells with multiple outputs. +0577 Sdc.tcl:2399 port '$from_port_name' not found. +0578 Sdc.tcl:2606 port '[get_name $port]' is not an input. +0579 Sdc.tcl:2968 operating condition '$op_cond_name' not found. +0580 Sdc.tcl:2986 operating condition '$op_cond_name' not found. +0581 Sdc.tcl:3000 -analysis_type must be single, bc_wc or on_chip_variation. +0582 Sdc.tcl:3025 mode must be top, enclosed or segmented. +0583 Sdc.tcl:3040 no wire load model specified. +0584 Sdc.tcl:3101 wire load selection group '$selection_name' not found. +0585 Sdc.tcl:3229 no default operating conditions found. 0586 NetworkEdit.tcl:50 unsupported object type $object_type. 0587 NetworkEdit.tcl:119 unsupported object type $object_type. 0588 NetworkEdit.tcl:135 unsupported object type $object_type. @@ -311,22 +315,20 @@ 0593 Link.tcl:34 missing top_cell_name argument and no current_design. 0594 DelayNormal1.cc:203 unknown early/late value. 0595 DelayNormal2.cc:378 unknown early/late value. -0596 Sim.cc:200 unknown function operator +0596 Sim.cc:205 unknown function operator 0597 EstimateParasitics.cc:188 load pin not leaf or top level -0600 Sdc.tcl:1944 '$args' ignored. -0601 Sdc.tcl:2443 set_fanout_load not supported. -0602 Sdc.tcl:2903 no valid objects specified for $key. +0600 Sdc.tcl:1941 '$args' ignored. +0601 Sdc.tcl:2440 set_fanout_load not supported. +0602 Sdc.tcl:2900 no valid objects specified for $key. 0603 NetworkEdit.tcl:172 disconnect_pins is deprecated. Use disconnect_pin. 0604 Sdc.tcl:270 unknown $unit prefix '$prefix'. -0605 Sdc.tcl:3065 wire load model '$model_name' not found. +0605 Sdc.tcl:3062 wire load model '$model_name' not found. 0606 Sta.tcl:1136 get_property unsupported object type $object_type. 0607 StaTcl.i:4394 unknown report path field %s 0608 StaTcl.i:4406 unknown report path field %s -0609 Search.tcl:425 -all_violators is deprecated. Use -violators -0610 Search.tcl:505 -max_transition deprecated. Use -max_slew. -0611 Search.tcl:510 -min_transition deprecated. Use -min_slew. -0612 Sdf.tcl:55 -cond_use must be min, max or min_max. -0613 Sdf.tcl:74 -min_type ignored by analysis_type single. -0614 Sdf.tcl:77 -max_type ignored by analysis_type single. -0615 Sdf.tcl:93 -type ignored by analysis_type $analysis_type. -0616 Search.tcl:1022 specify one of -setup and -hold. +0609 Search.tcl:427 -all_violators is deprecated. Use -violators +0610 Search.tcl:507 -max_transition deprecated. Use -max_slew. +0611 Search.tcl:512 -min_transition deprecated. Use -min_slew. +0612 Sdf.tcl:41 -cond_use must be min, max or min_max. +0616 Search.tcl:1024 specify one of -setup and -hold. +0617 Sdf.tcl:50 -analysis_type is deprecated. Use set_operating_conditions -analysis_type.