Re: [USRP-users] Software changes for new FPGA registers B205

2018-10-04 Thread Chintan Patel via USRP-users
Hi, Does the UHD Python API support reading any FPGA registers on the B205? Looking at this file as an exhaustive source of what python functions are available/implemented, nothing jumped at me (unless read_register allows that.)

Re: [USRP-users] Software changes for new FPGA registers B205

2018-10-02 Thread Chintan Patel via USRP-users
Hi Martin, Does the UHD Python API support reading any FPGA registers on the B205? Looking at this file as an exhaustive source of what python functions are available/implemented, nothing jumped at me (unless read_register allows that.)

Re: [USRP-users] Software changes for new FPGA registers B205

2018-09-17 Thread Mark Cromwell via USRP-users
Martin, I can only find methods to write the user registers, poke32() and set_user_register() using the less invasive access method. Is there a peek32() or get_user_register() method to read custom registers in the user_regs address space? Thanks, Mark

Re: [USRP-users] Software changes for new FPGA registers B205

2018-09-04 Thread Martin Braun via USRP-users
On 09/03/2018 08:21 PM, Chintan Patel via USRP-users wrote: > Hello, > > I have defined a new readback register in the FPGA in the b205_core > file, adjacent to the lock state register. What is the least invasive > function call/method in the UHD driver/software to be able to read this > newly

[USRP-users] Software changes for new FPGA registers B205

2018-09-03 Thread Chintan Patel via USRP-users
Hello, I have defined a new readback register in the FPGA in the b205_core file, adjacent to the lock state register. What is the least invasive function call/method in the UHD driver/software to be able to read this newly defined register? Thanks C