eupolicy.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This Mastodon server is a friendly and respectful discussion space for people working in areas related to EU policy. When you request to create an account, please tell us something about you.

Server stats:

213
active users

#fpga

5 posts5 participants0 posts today

Me: Mom, I want to watch One Piece on the big screen!
Mom, who is an FPGA development board: We have One Piece on the big screen at home.

Verilog-based image stream decoder. A Ruby script sends 96x64 256 color images, each with a unique palette, over UART at 921600 baud at around 13 FPS, and the ULX3S renders them on the OLED screen with double-buffered palettes and image data. Definitely the most complex serial protocol-driven stuff I've written so far. I may try moving the image data storage over to SDRAM, just because. #fpga

No i po piwie. Znaczy po @piwo -ie.

Najciekawsze rozmowy i projekty:
- Otwarte rdzenie RISC-V na #FPGA na których działa #Linux kuznia-rdzeni.org/ @coreforge
- smak wafli krzemowych
- Demo #Bevy w terminalu przez #ratatui (JAK???) @j_g00da
- rozmowa o połączeniu wyrzucania działającego sprzętu z rozwojem dzisiejszej ekonomii
- "sprzedam #mikroskop elektronowy w okazyjnej cenie" @q3k

#piwo2025 #riscv @dos

kuznia-rdzeni.orgCoreforge Foundation | Fundacja Kuźnia Rdzeni

So, I’m not a programmer, I can usually hack things to make them work.
But, I’m stuck so I’m asking for advise please.
I’m using windows (not for much longer) and I’ve got a neorisc-v onto my Alchitry au board (it gets to the bootloader) but I can’t seem to compile any of the examples. I found a prebuilt windows compiler (.zip) but I’m lost what to do next. Can anyone help?
#riscv #fpga

OK this is pretty cool. A project called DigitalJS can give you a visual layout of all of the logic that'll go into a Verilog design, using Yosys to do the generation. Being able to see what's being ultimately produced helps me, a much more visual person, understand when I've flubbed something that generates too much logic. I already optimized one piece of the display RAM using it. It's at digitaljs.tilk.eu/ but you can also run it locally. #fpga #verilog #ulx3s

I managed to get a 6502 CPU running on the ULX3S and wrote a 16 color indexed display RAM module for it. The CPU also has access to all the buttons and the LEDs, which are counting up the current low byte of display RAM. Its the most complex bit of Verilog I've written so far. I hope to add basic sound support next, and then I'll have made my own little toy console to mess with. #ulx3s #fpga #6502CPU

#dearmastodon #lazyweb

Is there a tool besides the pop-up on the default browser that can let me explore relevant hashtags for #mastodon?

I did a web-search and it shows #hashtags for other platforms with things like #love, #fashion, etc. but obviously I don't want to use a generic list like that.

But it would be nice to know what people are following and/or posting to so I can match their interests. Mostly for #electronics, #fpga, etc.

RT: @eli.lipsitz.net‬ (bluesky) There’s been a lot of interest in Game Bub, so I’m going to be launching a crowdfunding campaign through
@crowdsupply!

Sign up for updates and to hear when the campaign goes live:
crowdsupply.com/second-bedroom

This will be an assembled product, not just a kit!

src:bsky.app/profile/eli.lipsitz.n
---

This is #opensource #FPGA #GameBoy and #GameBoyAdvance / #gba clone

Crowd SupplyGame BubAn open-source FPGA retro-emulation handheld

#FPGA dorks. I'm running into an issue where #vivado says: multiple drivers on MMCM pins when I use a known good block (LVDS deserializer from appnote xapp523) in the vivado block diagram for a 7 series #xilinx #zynq part (snickerdoodle black). I get the error even if I pin out directly to top level pins. I hate using the gui because it hides too much magic. Has anyone hit this madness before?

I'm trying to deserialize a 1.024 Mbps 8b10b lvds to get it on the linux side for storage on disk.