01-31-2010 02:50 PM
Hi:
I am trying add signals those are created under for loop.
If N=5 (say),
5 different signals would create. I like to add all of them and Get one final signal. Please see the attachement.
May be shift register would help here, but I am confused to use it.
If anybody can help.
Thanks
MOin
01-31-2010 03:24 PM
Place the first signal into the shift register at the first iteration. In the following iterations, add the new signal to the shift register array until you're done.
Here's a quick example.
Note that since you are auto indexing on the outer loop, you should not wire N. There are many ways to do all that.
01-31-2010 03:43 PM