Re: [casper] casperfpga on a ROACH 1 - problem with get_system_information

2015-05-26 Thread James Smith
Hi all, For the information of anyone else who might encounter a similar problem to what I did - the NotImplementedError means that the device just wasn't implemented in casperfpga yet. In this case though it didn't really need to be because the katadc is pretty simple compared with newer

Re: [casper] casperfpga on a ROACH 1 - problem with get_system_information

2015-05-19 Thread James Smith
Hello again, Casperites, Further tracking of my challenge, I removed the KatADC from the model and the problem went away. I'm not sure why that NotImplementedError is raised. However, even with the KatADC gone, and after loading the system information, I tried to read from a snapshot block and

[casper] casperfpga on a ROACH 1 - problem with get_system_information

2015-05-13 Thread James Smith
Hi all, As per Paul's suggestion, I'm migrating towards using registers and snaps with bit-fields in them, and casperfpga instead of corr for the computer side of things. There was a minor problem with the program function, but I fixed it (I think?) and my pull request is currently waiting for