Forum Discussion
Altera_Forum
Honored Contributor
13 years agoWhat is best to do to test a custom circuit with large amount of data?
Hi everyone, I have implemented a electron-beam data decompression circuit in verilog-hdl. I need to run it and benchmark it with large amount of data (over 200 mega-bytes). I don't have any no...
Altera_Forum
Honored Contributor
13 years agoHow are you going to exclude Nios II cycles used for some internal operations from your benchmark?
I suggest you following setup: you take Nios II, custom DMA, DDR2 and the module to be tested. When you start the benchmark, Nios II copies flash content to RAM and starts DMA and a counter. Your custom DMA feeds the tested module directly with data from DDR2. When tested module finishes the job, it sends an interrupt. Nios II stops a counter and prints the result..