Advertisement
ramswa02

Man Page - rbx_check_clock_cell_type

Jun 9th, 2015
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1.  
  2. Rubix STA-Setup PrimeTime Custom Command, ARM Ltd.
  3.  
  4. NAME
  5. rbx_check_clock_cell_type
  6.  
  7. SYNTAX
  8. rbx_check_clock_cell_type -cts_lib_list cts_lib_list [-output_style csv | table]
  9.  
  10. ARGUMENTS
  11. -cts_lib_list cts_lib_list
  12. This is a list of timing library names. Any instance in the
  13. clock network that does not belong to any of the libraries
  14. given in this list will be reported by this command.
  15. These files cannot be in compressed format (zip, gzip etc).
  16.  
  17. -output_style table | csv
  18. Default: table
  19. o table - Displays the output in table format which is more
  20. suitable for visual inspection than csv option.
  21. o csv - Displays the output in csv format which is more
  22. suitable for post processing.
  23.  
  24. DESCRIPTION
  25. Reports all the cells that do not belong to any of the libraries in the
  26. list of libraries specified in cts_lib_list. This is useful for example
  27. to make sure that the clock tree is built entirely out of a same threshold-
  28. voltage cells.
  29.  
  30. EXAMPLE
  31. Following command prints the cells that do not belong to given cts_lib_list
  32. in table format.
  33.  
  34. pt_shell> rbx_check_clock_cell_type -cts_lib_list "sc9mc_cln28hpm_base_lvt_c31_tt_typical_max_0p90v_85c sc9mc_cln28hpm_hpk_lvt_c31_tt_typical_max_0p90v_85c "
  35.  
  36. *********************************************************************************************
  37. Rubix Custom Report
  38.  
  39. Report : rbx_check_clock_cell_type
  40. -output_style table
  41. -cts_lib_list
  42. sc9mc_cln28hpm_base_lvt_c31_tt_typical_max_0p90v_85c
  43. sc9mc_cln28hpm_hpk_lvt_c31_tt_typical_max_0p90v_85c
  44. Design : my_design
  45. Version : J-2014.06-SP3
  46. Date : Mon Mar 2 00:01:17 2015
  47. *********************************************************************************************
  48. Cell Reference Library used Currently
  49. ---- --------- ----------------------
  50. LS_FROM_SYS__LS_HIER_INST_0/g1623 LVLUO_X8M_A9TL_C31 sc9mc_cln28hpm_pmk_lvt_c31_tt_typical_max_0p90v_0p90v_85c
  51. LS_FROM_SYS__LS_HIER_INST_0/g1610 LVLUO_X8M_A9TL_C31 sc9mc_cln28hpm_pmk_lvt_c31_tt_typical_max_0p90v_0p90v_85c
  52. LS_FROM_SYS__LS_HIER_INST_0/g1610 LVLUO_X8M_A9TL_C31 sc9mc_cln28hpm_pmk_lvt_c31_tt_typical_max_0p90v_0p90v_85c
  53. LS_FROM_SYS__LS_HIER_INST_0/g1 LVLUO_X4M_A9TL_C31 sc9mc_cln28hpm_pmk_lvt_c31_tt_typical_max_0p90v_0p90v_85c
  54.  
  55. 1
  56.  
  57.  
  58. Rubix STA-Setup PrimeTime Custom Command, ARM Ltd.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement