Forum Discussion
Altera_Forum
Honored Contributor
7 years agoHi,
Try to simulate and understand the operation, Also refer the following points, In given code input ‘s’ has significance. Check operation of Mod operator. When s=0 leads to b1=0 so b2 =0 hence r<=b<=00000000, When s=1 leads to b1=1 so b2 =1 hence r<=b<=11111111. --- Quote Start --- r(7):=b2;--so it will be serially transmitted but parallelly observed --- Quote End --- In for loop, eventually output vector b (b<=r) is updated, Check screen shot. Let me know if this has helped resolve the issue you are facing or if you need any further assistance. Best Regards Vikas Jathar Intel Customer Support – Engineering (Under Contract to Intel)