On Thu, Mar 20, 2014 at 10:22 AM, David Bonnici
<[email protected]> wrote:
> Hello Mark.  Are there any replacements for the BORPH ioreg interfaces?  How 
> do I access the FPGA registers....or am I now kinda "restricted" to use the 
> katcp interface?

The ioreg interface is gone.

To access FPGA registers over the network, the katcp interface and the
libraries around
it are the way to go.

On the local machine you can do "kcpcmd listdev" or "kcpcmd wordread
sys_scratchpad" etc
to get simple commandline access.

If you really, really have a high performance application where code
needs to run on the
local powerpc, you may wish to look into adding extra commands to tcpborphserver
(github.com/ska-sa/katcp_devel) - look at the bottom of
tcpborphserver/raw.c to see how to
register extra commands.

regards

marc

Reply via email to