Yusuf Celik
Yusuf Celik
Is it possible to receive the original (nmigen/amaranth) .py code that generated the usb example? I am trying with luna but I am having no luck. @wonderfullook, can you perhaps...
The following code: [litex](https://github.com/enjoy-digital/litex/tree/master)/[litex](https://github.com/enjoy-digital/litex/tree/master/litex)/[soc](https://github.com/enjoy-digital/litex/tree/master/litex/soc)/[cores](https://github.com/enjoy-digital/litex/tree/master/litex/soc/cores)/[spi](https://github.com/enjoy-digital/litex/tree/master/litex/soc/cores/spi) /spi_master.py Contains: ```("``0b1``", "Manual operation (CS handled by User, direct recopy of ``sel``), useful for Bulk transfers.")``` One would assume that one could now simply set...
Tang primer 20k has a working example of the usb3317 being used (https://github.com/sipeed/TangPrimer-20K-example/tree/main/USB). This example has been generated via https://luna.readthedocs.io/en/latest/. Unfortunately the author did not include the original .py files...