azonenberg changed the topic of #scopehal to: libscopehal, libscopeprotocols, and glscopeclient development and testing | https://github.com/glscopeclient/scopehal-apps | Logs: https://libera.irclog.whitequark.org/scopehal
<_whitenotifier-e> [scopehal] azonenberg pushed 2 commits to master [+0/-0/±6] https://github.com/glscopeclient/scopehal/compare/07c8061d27a0...c21e5d736031
<_whitenotifier-e> [scopehal] 602p be03d8f - Support Tek MSO56 AFG
<_whitenotifier-e> [scopehal] azonenberg c21e5d7 - Merge pull request #597 from 602p/tek_afg Support Tek MSO56 AFG
<_whitenotifier-e> [scopehal] azonenberg closed pull request #597: Support Tek MSO56 AFG - https://github.com/glscopeclient/scopehal/pull/597
<_whitenotifier-e> [scopehal] azonenberg commented on issue #271: Support for Tek 6 series AWG - https://github.com/glscopeclient/scopehal/issues/271#issuecomment-1110365107
<_whitenotifier-e> [scopehal] azonenberg closed issue #271: Support for Tek 6 series AWG - https://github.com/glscopeclient/scopehal/issues/271
<_whitenotifier-e> [scopehal-apps] azonenberg closed pull request #417: Enhancements to AFG support (re:Tek AFG) - https://github.com/glscopeclient/scopehal-apps/pull/417
<_whitenotifier-e> [scopehal-apps] azonenberg pushed 4 commits to master [+0/-0/±7] https://github.com/glscopeclient/scopehal-apps/compare/3ac304832d07...e4d66d1635a3
<_whitenotifier-e> [scopehal-apps] 602p 8f479ae - Clean up logic for finding function generators and signal generators
<_whitenotifier-e> [scopehal-apps] 602p f0d839e - Support new function generator settings in UI
<_whitenotifier-e> [scopehal-apps] 602p c9ba00e - FF lib to correct scopehal revision
<_whitenotifier-e> [scopehal-apps] azonenberg e4d66d1 - Merge pull request #417 from 602p/tek_afg Enhancements to AFG support (re:Tek AFG)
<_whitenotifier-e> [scopehal-apps] azonenberg pushed 1 commit to master [+0/-0/±1] https://github.com/glscopeclient/scopehal-apps/compare/e4d66d1635a3...d68e8a53fc72
<_whitenotifier-e> [scopehal-apps] azonenberg d68e8a5 - Update to latest scopehal
Degi_ has joined #scopehal
Degi has quit [Ping timeout: 276 seconds]
Degi_ is now known as Degi
bvernoux has joined #scopehal
<d1b2> <Aleksorsist> Florent: Awesome! I'll check it out this evening
<_florent_> if you could just load it and see it enumerates
<_florent_> I could provide the test driver tomorrow
<_florent_> here to ease testing I'm using the full LiteX integration, but it's possible to generate the core as a standalone core
<_florent_> which then give you something similar to https://github.com/enjoy-digital/litepcie/blob/master/bench/acorn.py#L55-L139
<_florent_> from a configuration file similar to this: https://github.com/enjoy-digital/litepcie/blob/master/examples/acorn.yml
<_florent_> you then just run litepcie_gen acorn.yml to generate the standalone core
<d1b2> <Aleksorsist> The standalone core looks like it will work best, with streaming all that's left is a FIFO, much simpler than memory mapped. I will load the bitstream and let you know how it enumerates as soon as I get back from the day job, thanks for putting this together so quickly!