Larry Ruckman
Larry Ruckman
Closing ticket since probably obsolete at this point
Added Dawood and Hampus as reviewers due to changes to the LEAP python code used in their ePix project
@slacrherbst believes this has been resolved. Closing ticket.
``` @ruck314, would you prefer to wait until a final version is available with both Lite and Stream interface, or would it better to get this "simpler" version merged in...
https://github.com/slaclab/surf/blob/main/.emacs Can you update the formatting of these changed files to use that .emacs configuration above? It is really difficult to review the changes on Github with so many minor...
```So, for our purposes we only need it to support UDP client,``` @FilMarini I thought about it more and seems like only support this for the UDP client is fine....
@FilMarini I cloned the latest "Simple-10GbE-RUDP-KCU105-Example", update the submodule/surf to [FilMarini:multi-arp](https://github.com/FilMarini/surf/tree/multi-arp), built the FW using your branch and programmed my KCU105 with this new FW. However, when I try to...
@FilMarini Here's how the XVC UDP is connected to the KCU105: https://github.com/slaclab/Simple-10GbE-RUDP-KCU105-Example/blob/main/firmware/python/simple_10gbe_rudp_kcu105_example/_Root.py#L93-L99 On the SW side, this is a UDP client. On the FW side, this would be yet another...
@FilMarini XVC now works for https://github.com/slaclab/Simple-10GbE-RUDP-KCU105-Example using your `FilMarini:multi-arp` branch. I want to do a little bit more testing before approving it since it does have a lot of impact...
@FilMarini I updated the FW/SW for the App: ```python import pyrogue as pr import surf.protocols.ssi as ssi class App(pr.Device): def __init__( self,sim=False,**kwargs): super().__init__(**kwargs) self.add(ssi.SsiPrbsTx( offset = 0x0000_0000, expand = True,...