Forum Discussion
Altera_Forum
Honored Contributor
17 years agoI have a new question, guys.
Suppose that you want to XOR the actual values of some of the pixels with randomly generated numbers. The desired count of randomly generate numbers should be around 150000 and up but for now 14000 should be ok. Starting with pixel number 1000, you XOR every pixel's RGB values with a different randomly generated number down to 15000 (considering the scan line). Can I achieve something like that using my design ? I will consider doing the XORing operation in my dummy pass through component Can I do this in a considerable time so that it won't give any errors when I compile? Thanks in advance again, Tyler