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

#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 https://fosdem.org/2026/schedule/event/WSKHHU-sucrela_open_source_usb_3_0_logic_analyzer_based_on_fpga/

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

Anyone ever use the standalone generator?
I
#fpga #litex

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.

#fpga #litex

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!" 🤖👨‍💻
https://github.com/litexlang/golitex #Litex #LunchBreak #Learning #SkipTheContent #GitHub #FormalLanguage #HackerNews #ngated
GitHub - litexlang/golitex: Litex: The First Formal Language Learnable in 1-2 Hours

Litex: The First Formal Language Learnable in 1-2 Hours - litexlang/golitex

GitHub
GitHub - litexlang/golitex: Litex: The First Formal Language Learnable in 1-2 Hours

Litex: The First Formal Language Learnable in 1-2 Hours - litexlang/golitex

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

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

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