Advertisement
ramswa02

Man Page - rbx_get_noise_pin_details

Jun 9th, 2015
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1.  
  2. Rubix STA-Setup PrimeTime Custom Command, ARM Ltd.
  3.  
  4. NAME
  5. rbx_get_noise_pin_details
  6.  
  7. SYNTAX
  8. rbx_get_noise_pin_details -noise_report <noise_report>
  9.  
  10. ARGUMENTS
  11. -noise_report <noise_report>
  12. This is the list of reports written out by report_noise with -nosplit option.
  13. The list could for example contain the reports written out by this command from
  14. sessions of different analysis conditions (PVT corners). But the information presented
  15. by this command is from within the PrimeTime session on which this command is run. So
  16. typically this command is run on a session (scenario) which has the worst noise violations.
  17. The report files cannot be in compressed format (zip, gzip etc).This is a mandatory option.
  18.  
  19. -noise_region [all | above_low | below_high | below_low | above_high]
  20. Default: all
  21. If this value is all, then pins violating in all noise regions are reported. Alternatively
  22. one could choose to report only the pins in a given region with this option.
  23.  
  24.  
  25. DESCRIPTION
  26. This commands reads in a list of reports written by report_noise command, analyzes and
  27. them provides useful information. This command provides a many useful information about an
  28. noise victim pin which could be use for fixing the noise violations.
  29.  
  30. EXAMPLE
  31. In the following example the pin u_ca57cpu/u_inst28/A reported in the noise report file report_noise_all_vio.rpt
  32. is analyzed and the information required for understanding and fixing it is presented by this command.
  33.  
  34. pt_shell> rbx_get_noise_pin_details -noise_report ../reports/report_noise_all_vio.rpt -noise_region all
  35.  
  36. *********************************************************************************************
  37. Rubix Custom Report
  38.  
  39. Report : rbx_get_noise_pin_details
  40. -noise_report /projects/pj00610_junosoc/Users/ramswa02/apollo/sta/rubix_0.2.0_new/test_inputs/report_noise_all_vio.rpt
  41. Design : columbus64_apollo_integration
  42. Version : J-2014.06-SP3
  43. Date : Fri Apr 24 10:23:27 2015
  44. *********************************************************************************************
  45. # Slack_S Slack_H Is Clock Pin Net Driver Aggressors Count { Aggressors }
  46. #-----------------------------------------------------------------------------------------------------------------------------------------------------------
  47. - - No u_ca57cpu/u_inst28/A u_ca57cpu/n_28 u_ca57cpu/u_inst27/Y 2 { u_ca57cpu/n_24 u_ca57cpu/n_21 }
  48.  
  49.  
  50. 1
  51.  
  52. This reports shows the pin u_ca57cpu/u_inst28/A which has noise violation, the net u_ca57cpu/n_28 connected to
  53. it and u_ca57cpu/u_inst27/Y which is the driver of that net. The number of aggressors helps understanding the
  54. severity of the problem, quality of routing of the net and in many cases even the quality of routing in the
  55. region of the die the net belongs to.
  56.  
  57.  
  58. Rubix STA-Setup PrimeTime Custom Command, ARM Ltd.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement