** Did not find forum for Jasper tool. Filing here **
I am writing rules for connectivity app. Here, I am interested to write rule for a signal that is input to a module. It is expected to go through a flop stage and then come out. So, essentially, a delayed signal.
My rule looks like this:
CONNECTION,propogate_delay,,propogate_s1,,opropogate_s1
LATENCIES,,0,0,1,0
Based on my understanding, I assume that the signal output is delayed
In the above case, Jasper tool is taking condition that was defined before the above 2 lines.
I am not clear how condition comes into picture in case of latency of a signal.
Can someone clarify?