Related Posts
Should I brushing up my resume?

Hi Fishes, Need your advice in choosing between the two. Confused between UBS and Northern Trust. This is for 8 years of experience in Data Engineer profile. CTC is almost same, I am looking to stay longer in my next role (4-5 years), so want clarity on WLB, projects and increment cycles. If you know about any of these 2 organisation, kindly share your input. Any help on this is much appreciated.
chubb paternal leave policy?
Additional Posts in Nvidia
Hi fishes
I am a Design Engineer, Mtech + 4 yrs.
Current pay at Intel- G6
Base + yearly bonus- 25.3L
NVIDIA offer-
Base- 27L (they don't have yearly bonus concept)
Joining bonus- 4L
RSU- 80k USD
Please suggest, is this a good offer?
How much can I expect base and RSU from NVIDIA?
Thanks in advance..Intel Corporation Nvidia
New to Fishbowl?
unlock all discussions on Fishbowl.




Firstly, the setup time equation for capturing flop (here FF2) should be -
(Here I have assumed that there is no clock skew between the flops and instead of that there is T_inv delay and T_comb is same as T_pd)
T_c2q + T_comb + T_setup <= T_clk + T_inv
Now, to avoid hold time violation for launching flop, the data should be stable for some time at T_hold after the clock edge -
T_c2q + T_comb >= T_hold + T_inv
Also for knowing there are no timing violations, there should be values given for the variables to definitely know there aren't hold time violations.
Let me know if you have some corrections