Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
HolySaint said:{cout,sum}<= #3 tempa+tempb+tempc;
Intraassignment delays for nonblocking assignments are ignored. (VER-130)
nsingh95 said:HolySaint said:{cout,sum}<= #3 tempa+tempb+tempc;
Intraassignment delays for nonblocking assignments are ignored. (VER-130)
Hi,
you should not give any delay in RTL.If it is necessary then use some register tranfer logic i.e. reg a <= reg signal;
reg b <= reg a; .... and so on .... as per your requirement.
OR,
You first generate the netlist without using any intra delay.And after the netlist generation you can give delay in netlist but only for your simulation purpose.
If you consider the hardware aspect of it the intra delay must not be give.