Search This Blog

Saturday, May 15, 2021

what is the Difference between PBA and GBA

Path based analysis Vs Graph based analysis 
  • In GBA mode the tool consider both the worst slew and worst arrival in a path during the analysis
  • In PBA mode the tool consider the path by  path 
  • for setup analysis ,in GBA it will consider worst values among all the four values (observe the below picture), For PBA it will consider path by path and timing arc by  timing arc
  • For hold analysis, in GBA it will consider best value (less value) among all the four values
  • Conclusion is GBA is more pessimistic than PBA
  • PBA with AOCV is the Best Timing 
  • mindelay _GBa <= mindelay PBA
  • max_delay GBA >= max_delay in PBA



No comments:

Post a Comment

What is the sanity checks you have done for STA?

 Sanity checks for STA: Linking Checks: We need to check., is there any missing modules or missing pins in a library. this is done by link c...