Forum Discussion
AAbro1
New Contributor
5 years agoThe definitions are not clear
-asynch Traverse through asynch edges
-clock Traverse through clock edges
-synch Traverse through synch edges
So for example I created this test case:
I get the fanins of the "In_pin" input using "-async" , "-sync" and "-clock" option and I get no difference between the 3 results.
So how can I see the difference between these options in a design?