home.social

#litex — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #litex, aggregated by home.social.

fetched live
  1. I've been playing around with #LiteX and #migen #HDL lately and I think it's finally starting to sink in that you can really just do almost arbitrary amounts of "stuff" per clock (limitations apply, objects in mirror may appear closer etc).

    It's really very fun! And between trellis, #yosys and #nextpnr you can just... Do it without begging any vendor for a free copy of an EDA.

    I highly recommend it! It's so much fun!

    You can make your own SoC with deranged peripherals!

    #electronics #fpga

  2. #FOSDEM 2026 was awesome! 🧇

    Very cool to meet lots of interesting people :) 🍻 🫂

    Video & Slides of my talk about SucréLA are online! 🎉

    SucréLA: open source usb 3.0 logic analyzer based on FPGA fosdem.org/2026/schedule/event

    #FPGA #opensource #hardware #logiciellibre #sigrok #litex #soc #pcb #usb

  3. Anyone ever use the standalone generator?
    I

  4. Well that's kind of frustrating. This LiteDRAM DDR2 controller using sim mode (built-in DRAM model) eats the write transaction, eats the read transaction, and then never responds.

    I followed the init_sequence from the generated C code, but I have a hunch more is required.

  5. Litex: Because who needs years of study when you can cram a "formal language" in a lunch break? 🙄⚡ GitHub's version of "skip the content, learn nothing!" 🤖👨‍💻
    github.com/litexlang/golitex #Litex #LunchBreak #Learning #SkipTheContent #GitHub #FormalLanguage #HackerNews #ngated

  6. Woohoo! #SDRAM on #ULX5M is working with #LiteX #FemetoRV!!! #Cologne GateMateA1 that is #CM5 pin compatible... All done with #opensource toolchain!

  7. I'm making lots of progress on the HydraSucréLA bringup! 🎺

    Open source sw/hw/gateware logic analyzer incoming!

    It's already capturing 🎉 🥳

    #opensource #hardware #fpga #ecp5 #LiteX

  8. Pro tips when using Migen's SyncFIFO() module in your pipeline design...

    I went from 70 MHz max frequency to 100+ MHz by just adding this parameter: `buffered=True`

    It helped a lot for timing closure of the design :)

    #FPGA #ECP5 #OpenSource #LiteX #Migen #SucréLA #HydraSucréLA

  9. Nice! nextpnr-xilinx in the toolchain now can place and route a GTX transceiver test design.

  10. I started a project page to document my first FPGA project on a long while, mainly so that I don't forget, but could possibly be useful to others... I'll plan to add subsequent projects and make more progress on this one in the next few weeks and months.

    "I bought myself a Radiona ULX3S from CrowdSupply, which includes the 85k Lattice ECP5 FPGA, which can be programmed to simulate the open source 32-bit RISC-V CPU with a completely open source LiteX-yosys-nextpnr, toolchain."

    blog.bomorgan.io/hobbies/hardw

    #riscv #foss #fpga #litex #yosys #nextpnr #linux #crowdsupply #radiona #ulx3s #lattice #ecp5

  11. Just got a 32-bit RISC-V SoC programmed into the Lattice ECP5 FPGA on Radiona's ULX3S using the completely open source LiteX toolchain, including yosys and nextpnr.

    #fosh #foss #oshw #fpga #riscv #linux #litex #yosys #nextpnr

  12. Partially assembled #ULX4M #PCIe baseboard. With onboard resistor jumpers I can set 1x PCIe + 2xSTP or 4x PCIe. I can now check simple stuff, but for PCIe I will need to use #Litex

  13. @whitequark maybe @aleksorsist could use some help with ThunderScope? The ThunderScope folks are #LiteX heretics though. :P I probably shouldn’t cast stones since I’m in a LiteX/Amaranth mixed-mode purgatory.

  14. The Alientek DaVinci Pro board now has
    support!
    github.com/litex-hub/litex-boa

  15. Wrote up a bunch of automation scripts to set up a AMS instance and automated build of cores. Due to the genius of @enjoy_digital tech, all working cores were built for a different FPGA (K325T 3x MiSTer) in a day (5h build time, $5 AWS).

    youtu.be/hXLaA0ITzy8

  16. Playing with #litex #litescope FPGA logic analyzer. That stuff works super well. What the #FOSS #fpga people (#litex #migen #oss-cad #yosys #openocd and all the others hidden in the toolchain) have done is amazing. The board is a colorlight 5a-75b with an ECP5.
    kraut.zone/w/k2qy5PXbBuHhozcDf

    Code: github.com/bjonnh/alscope

  17. Should anyone have any use for an Ethernet PHY PMOD, I've pushed my design files and related materials along with a readme, under a permissive open hardware license to a github repository. Enjoy!
    github.com/swetland/ethernet-p
    #fpga #pmod #oshw #litex

  18. Network booting a Litex VexRiscv SoC target over IPv6 link local transport -- rendezvous by multicast, no need for special privileges, tftp servers or other nonsense. Whee!
    #fpga #osdev #litex #ipv6

  19. Got my Qemu Litex support to a usable point (ULX3s shaped machine with 32MB ram, 640x480x32 framebuffer, uart, timer, and interrupt controller all working). Identical code is happily running on Qemu, the ULX3S and the IceSugarPro FPGA boards.
    github.com/swetland/qemu/commi
    #osdev #fpga #litex #qemu

  20. Updated my extremely minimalist serial console to speak the litex serialboot protocol so I don't need to drag a whole mess of python around just to shoot binaries down to an FPGA:
    github.com/swetland/sconsole
    #fpga #osdev #litex

  21. @tommythorn You might try the #litex channel on irc.libera.chat, I've received some helpful answers there. Also the FPGA and related channels on the 1bitsquared discord can be useful resources: 1bitsquared.com/pages/chat

  22. Learning some Migen and rearranging the LItex Video Terminal to allow software to write arbitrary character cells instead of just fill from a UART stream. Next, perhaps scrolling controls and a register to write into the font pattern "rom"...

    Thank you, tnt and _florent_ on #litex irc for answering my many questions.