#litex — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #litex, aggregated by home.social.
-
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!
-
#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
-
Oh. Boy. A lot more init stuff is needed. Well that explains it.
-
-
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.
-
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 -
Litex: The First Formal Language Learnable in 1-2 Hours
https://github.com/litexlang/golitex
#HackerNews #Litex #Formal #Language #Learnable #Programming #Education
-
I'm making lots of progress on the HydraSucréLA bringup! 🎺
Open source sw/hw/gateware logic analyzer incoming!
It's already capturing 🎉 🥳
-
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
-
Nice! nextpnr-xilinx in the #openxc7 #opensource #FPGA toolchain now can place and route a #LiTeX GTX transceiver test design.
-
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."
https://blog.bomorgan.io/hobbies/hardware/fpgas/litex-riscv-ecp5-ulx3s/
#riscv #foss #fpga #litex #yosys #nextpnr #linux #crowdsupply #radiona #ulx3s #lattice #ecp5
-
@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.
-
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.
https://kraut.zone/w/k2qy5PXbBuHhozcDf9QgbP -
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!
https://github.com/swetland/ethernet-pmod
#fpga #pmod #oshw #litex -
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.
https://github.com/swetland/qemu/commits/litex
#osdev #fpga #litex #qemu -
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:
https://github.com/swetland/sconsole
#fpga #osdev #litex -
@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: https://1bitsquared.com/pages/chat
-
My first attempt at a #litex peripheral (mutating VideoTerminal into VideoTextGrid)...
https://github.com/enjoy-digital/litex/pull/1286
https://github.com/litex-hub/litex-boards/pull/386 -
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.