Advertisement
ramswa02

Man Page - rbx_get_clock_pins_from_pt_rpt_constraints

Jun 9th, 2015
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. Rubix STA-Setup PrimeTime Custom Command, ARM Ltd.
  2.  
  3. NAME
  4. rbx_get_clock_pins_from_pt_rpt_constraints
  5.  
  6. SYNTAX
  7. rbx_get_clock_pins_from_pt_rpt_constraints -pt_report_list <report_constraints_file_list> -constraint_type <constraint_type>
  8.  
  9. ARGUMENTS
  10. -pt_report_list <report_constraints_file_list>
  11. This is the list of reports written out by report_constraints command. The report
  12. files cannot be in compressed format (zip, gzip etc).
  13. This is a mandatory option.
  14.  
  15. -constraint_type <constraint_type>
  16. constraint_type can be any constraints reported by report_constraint command.
  17. Some of them are
  18. max_capacitance
  19. min_capacitance
  20. max_transition
  21. min_transition
  22. max_fanout
  23. min_fanout
  24. min_pulse_width
  25. min_period
  26.  
  27. DESCRIPTION
  28. This command is used to extract clock pins from the report_constraint reports. The
  29. designers use this command to get all violating clock elements and fix them first
  30. in the intial stages of ECOing. One could restore a session from any run this command
  31. with the reports from the diffrent scenarios as long as the clock definitions are identical
  32. between the sessions.
  33. Note that for example if a pin exists in more than one report then it will also be
  34. reported multiple times by this command.
  35.  
  36. EXAMPLE
  37. In this example two report_constraints reports from different scenarios are taken and input to this
  38. command. Also note that the clock pins violating only "max_transition" constraint are reported.
  39.  
  40. pt_shell> restore_session scen1_hold_anal.session
  41. pt_shell> rbx_get_clock_pins_from_pt_rpt_constraints -pt_report_list "scen1_report_constraints.rpt scen2_report_constraints.rpt" \
  42. -constraint_type max_transition
  43.  
  44.  
  45. *********************************************************************************************
  46. Rubix Custom Report
  47.  
  48. Report : rbx_get_clock_pins_from_pt_rpt_constraints
  49. -pt_report_list
  50. scen1_report_constraints.rpt
  51. scen2_report_constraints.rpt
  52. -constraint_type max_transition
  53. Design : my_design
  54. Version : J-2014.06-SP3
  55. Date : Fri Apr 3 14:33:43 2015
  56. *********************************************************************************************
  57.  
  58. Pin Required Actual Slack
  59. --- -------- ------ -----
  60. g33/A 0.63 0.6 -0.03
  61. g77/A 0.67 0.6 -0.07
  62.  
  63. 1
  64.  
  65.  
  66. Rubix STA-Setup PrimeTime Custom Command, ARM Ltd.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement