Advertisement
ramswa02

Man Page - rbx_report_pba_timing_all_endpoints

Jun 9th, 2015
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1.  
  2. Rubix STA-Setup PrimeTime Custom Command, ARM Ltd.
  3.  
  4. NAME
  5. rbx_report_pba_timing_all_endpoints
  6.  
  7. SYNTAX
  8. rbx_report_pba_timing_all_endpoints -output path/to/report_filename [-check_type setup | hold] [-overwrite]
  9.  
  10. ARGUMENTS
  11. -output <path/to/report_filename>
  12. This is the file that the report will be saved to.
  13.  
  14. -check_type [setup | hold]
  15. Default: setup
  16. o setup - Checks the setup timing.
  17. o hold - Checks the hold timing.
  18.  
  19. -overwrite
  20. By default, if the file specified by -output already exists it will not be overwritten.
  21. To override this behaviour, this option can be used, which will overwrite the exisiting report.
  22.  
  23.  
  24. DESCRIPTION
  25. This is a DMSA master command. It cannot be used in a standalone/slave session.
  26.  
  27. For signoff timing, timing pessimism can be removed by doing pba analysis. This report gives the pba slack,
  28. the scenario, and the endpoint pin of all the endpoints with negative slack in the design.
  29.  
  30. Be aware that pba timing can result in long run-times, so it is advised to make sure the number of
  31. endpoints with negative slack in the design is small before using this report.
  32.  
  33. EXAMPLE
  34. In the following example a DMSA master is used, with all the sign-off setup scenarios loaded as slaves.
  35. Either a full dmsa, or a dmsa_reloaded can be used.
  36.  
  37. pt_shell> rbx_report_pba_timing_all_endpoints -output pba_endpoints_setup.rpt -check_type setup
  38. pt_shell> exec cat pba_endpoints_setup.rpt
  39.  
  40.  
  41. #*********************************************************************************************
  42. # Report : rbx_report_pba_timing_all_endpoints
  43. # Check_type : setup
  44. # Scenarios : 3
  45. # ud_s_3
  46. # nom_s_3
  47. # nom_s_6
  48. # pba_recalculate_full_path : false
  49. # Consider setting true for reducing pessimism at the expense of runtime
  50. # pba_enable_path_based_physical_exclusivity : false
  51. # Consider setting true for reducing pessimism at the expense of runtime
  52. #*********************************************************************************************
  53.  
  54. +-------------------------------------------------+
  55. | Group **async_default**
  56. +-------------------------------------------------+
  57. Slack Scenario Endpoint
  58. -0.002 setup_1 design/core/reg1/R
  59. -0.002 setup_2 design/core/reg2/R
  60. -0.001 setup_1 design/core/reg8/R
  61. -0.000 setup_2 design/core/reg9/R
  62. -0.000 setup_1 design/core/reg10/R
  63. +-------------------------------------------------+
  64. | Group **clock_gating_default**
  65. +-------------------------------------------------+
  66. Slack Scenario Endpoint
  67. -0.005 setup_1 design/core/reg1/E
  68. -0.005 setup_2 design/core/reg2/E
  69. -0.004 setup_1 design/core/reg5/E
  70. -0.003 setup_2 design/core/reg6/E
  71. -0.002 setup_1 design/core/reg14/E
  72. -0.001 setup_2 design/core/reg20/E
  73. -0.000 setup_4 design/core/reg23/E
  74. +-------------------------------------------------+
  75. | Group **default**
  76. +-------------------------------------------------+
  77. No failing paths
  78. +-------------------------------------------------+
  79. | Group CLK1
  80. +-------------------------------------------------+
  81. No failing paths
  82. +-------------------------------------------------+
  83. | Group CLK1_IP
  84. +-------------------------------------------------+
  85. -0.001 setup_1 design/core/reg1/D
  86. +-------------------------------------------------+
  87. | Group CLK1_OP
  88. +-------------------------------------------------+
  89. -0.002 setup_1 output_port1
  90.  
  91.  
  92.  
  93. Rubix STA-Setup PrimeTime Custom Command, ARM Ltd.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement