Search This Blog

Thursday, March 18, 2021

Find the flops and combinational cell

 get_db insts -if {.is_combinational == true} - to return all the combinational cells

get_db insts -if {.is_sequential == true} - to return all the sequential cells


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