Search This Blog

Sunday, April 4, 2021

How to add buffer

Adding Buffer (ICC)
  • get_nets -of_objects [get_pins -of_object pin_name -filter "direction==out"]
  • get_buffers
  • insert_buffers net_name BUFX4
  • update_timing
  • report_timing

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...