Capgemini Engineering Interview Question

What is the difference between intra and inter assignment delays?

Interview Answer

Anonymous

Jan 31, 2019

Inter Assignment Delay is most commonly used delay It simply wait for appropriate no of timesteps before executing the command. #10 q = x + y; Intra-Assignment Delay (Used in data flow modelling) q = #10 x + y;