What is the difference between intra and inter assignment delays?
Anonymous
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;
Check out your Company Bowl for anonymous work chats.