Hi, I installed corr 0.6.7.
How can I use katcp_wrapper.read_dram to read several megabytes of data from the DRAM? I am currently using read_dram to read 1 MB at a time, like this: data=fpga.read_dram(megabyte) How should I use the offset argument? Thanks, Melissa On 8/9/11 10:07 AM, "Jason Manley" <[email protected]> wrote: >Corr is a separate package. You can find it here: >http://pypi.python.org/pypi/corr > >Corr depends on the Python katcp package and adds (amongst other things) >functionality to talk to ROACH boards using the KATCP protocol, which is >a generic. If you're not building packetised correlators, then you >probably only want the katcp_wrapper.py part of corr. > >Jason

