Advertisement
ramswa02

Man Page - rbx_report_xtalk_bottlenecks

Jun 9th, 2015
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1.  
  2. Rubix STA-Setup PrimeTime Custom Command, ARM Ltd.
  3.  
  4. NAME
  5. rbx_report_xtalk_bottlenecks
  6.  
  7. SYNTAX
  8. rbx_report_xtalk_bottlenecks -si_bottle_neck_rpt_lst <list_of_si_bottle_reports> [-signal_type clock | data | both]
  9.  
  10. ARGUMENTS
  11. -si_bottle_neck_rpt_lst <list_of_si_bottle_reports>
  12. This is the list of reports written out by report_si_bottleneck with -nosplit option.
  13. The list could for example contain the reports written out by this command from sessions of
  14. different analysis conditions (PVT corners). The report files cannot be in
  15. compressed format (zip, gzip etc).This is a mandatory option.
  16.  
  17. -signal_type [clock | data | both]
  18. Default: both
  19. o clock - Only the clock nets are reported
  20. o data - Only the data nets are reported
  21. o both - Both clock and data nets are reported
  22.  
  23. DESCRIPTION
  24. This commands reads in a list of reports from report_si_bottleneck command, analyzes and
  25. them provides useful information. This command can be used for understanding if an affected
  26. net is a clock net or data net. Also if each report file given to this command belong to STA
  27. runs of different scenario then from this report one can see in how many scenarios a net
  28. has si violation and in which corner it violates the most.
  29.  
  30. EXAMPLE
  31. In the following example a STA session is restored and this command is run on two si_bottleneck
  32. reports. In this report all the violating nets are present in both reports as reported below.
  33. Also the information in the columns "Is-Clock" and "Total Costs" can be prioritise the fixes.
  34.  
  35.  
  36. *********************************************************************************************
  37. Rubix Custom Report
  38.  
  39. Report : rbx_report_xtalk_bottlenecks
  40. -si_bottle_neck_rpt_lst
  41. ./reports/report_si_bottleneck_bc.rpt
  42. ./reports/report_si_bottleneck_wc.rpt
  43. -signal_type both
  44. Design : my_design
  45. Version : J-2014.06-SP3
  46. Date : Wed Apr 22 15:46:42 2015
  47. *********************************************************************************************
  48.  
  49.  
  50. # Is-Clock No of occurance Worst Cost Total Costs Net
  51. # -------- --------------- ---------- ----------- ---
  52. false 2 0.100 0.141 u_ca57_noram/u_ca57dpu/FPU1_u_dpu_fp/u_dpu_fp_regbank/FE_OFN30584_n_4910
  53. false 2 0.062 0.124 u_ca57_noram/u_ca57etm/u_apb/n_2688
  54. false 2 0.062 0.124 u_ca57_noram/u_ca57etm/u_apb/n_2688
  55. true 2 0.060 0.121 u_ca57_noram/u_ca57etm/u_apb/n_2688
  56. false 2 0.041 0.082 u_ca57_noram/u_ca57dpu/FPU1_u_dpu_fp/u_dpu_fp_regbank/FE_OFN30584_n_4910
  57. false 2 0.041 0.082 u_ca57_noram/u_ca57dpu/FPU1_u_dpu_fp/u_dpu_fp_regbank/FE_OFN30584_n_4910
  58.  
  59. 1
  60.  
  61. # rbx_report_xtalk_bottlenecks RUNTIME: 0 seconds
  62.  
  63.  
  64. Rubix STA-Setup PrimeTime Custom Command, ARM Ltd.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement