antoinevg

Results 93 comments of antoinevg

Fixed in: https://github.com/greatscottgadgets/cynthion/releases/tag/0.2.0

Updated as per recommendation and everything is working swimmingly. The one surprise was that I needed to transition to `START_HS_DETECTION` when exiting `DISCONNECT` rather than `INITIALIZE` to avoid ending up...

Heh, I thought you may say something like this -- let's go through it one-by-one: > 1) ls/fs devices should not transition to that state Strictly speaking, yes I agree...

Oh the other thing I wanted to mention was that the existing gateware is pretty much following this approach already if you look at the actual state transitions: `INITIALIZE` =>...

Ah you absolute bloody genius you @miek! Setting `self.termination_select.eq(1)` was the missing piece from everything else I tried! I've updated the PR with your changes, thank you.

The most recent Yosys release that works with Amaranth 0.4.x is: https://github.com/YosysHQ/oss-cad-suite-build/releases/tag/2024-11-01 We're currently in the last stages of merging the work needed to bring us up to date with...

It does look like there are different python installs being picked up with your setup which is causing the errors in the different scenarios. I use `pyenv` to avoid this...

It's possible that the FPGA is not handing off control from the Analyzer bitstream to Apollo. Can you try pressing Cynthion's PROGRAM button once before you try `cynthion run analyzer`...

https://github.com/greatscottgadgets/python-usb-protocol/pull/45 is now available in: https://github.com/greatscottgadgets/python-usb-protocol/releases/tag/0.9.1