fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

9.9K
active users

#yosys

0 posts0 participants0 posts today

Армения посреди Америки, Китая и России: отчет с EDA Connect 2025

Мысль, что Армения удобна тем, что соединяется и с Америкой, и с Китаем - высказал мне один из китайских участников конференции EDA Connect . А мысль, что Армения соединяется еще и с Россией - возникала естественно при просмотре докладов о логическом синтезаторе, статическом анализаторе и верификации с помощью UVM. Помимо докладов, при конференции прошел хакатон по Verilog и FPGA , на который пришли студенты из Ереванского университета, русско-армянского университета, американо-армянского, французско-армянского, европейско-армянского, и других университетов. Занятно, что второй день хакатона проходил в комнате напротив зала, где большое начальство встречалось с Премьер-Министром Армении. Один из студентов хакатона перепутал дверь, и его перенаправила секьюрити.

habr.com/ru/articles/891814/

ХабрАрмения посреди Америки, Китая и России: отчет с EDA Connect 2025Мысль, что Армения удобна тем, что соединяется и с Америкой, и с Китаем - высказал мне один из китайских участников конференции EDA Connect . А мысль, что Армения соединяется еще и с Россией -...

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

blog.bomorgan.ioLinux on RISC-V ECP5 ULX3S FPGA via Litex | Layers of Reflection
#riscv#foss#fpga
Just noticed than #Linux kernel has #FPGA partial reconfiguration management This is also already managed by #Yosys (doc). It would be fantastic it it's hot reconfiguration that seems to be, need to read a bit more. FGPA whole circuit flashing can be done using some kind of RAM (there are generally several kind on a FPGA SoC+board or flash memory to keep it after rebooting.
docs.kernel.orgFPGA Device Feature List (DFL) Framework Overview — The Linux Kernel documentation

Just purchased some new FPGA toys... An iCESugar and a pico-ice.

I'd like to finally play around with yosys and nextpnr. Looks like yosys is a bit old on Void, and there isn't a nextpnr package.

I'm half tempted to go through the effort of packaging these for Void Linux so others can benefit.
#FPGA #yosys #icesugar #pico_ice

Адаптация платы Colorlight 5A-75B для примеров «Школы синтеза цифровых схем»

Привет! Начался новый поток «Школы синтеза цифровых схем» и я хотел бы поделиться своим опытом по адаптации бюджетной платы с ПЛИС для запуска на ней лабораторных работ Школы. Отдельным преимуществом такого решения является возможность использования Open Source маршрута для синтеза и моделирования цифровых схем на базе Yosys и Icarus Verilog. Colorlight 5A-75B не является отладочной платой в привычном понимании этого понятия - будет интересно.

habr.com/ru/articles/849592/

ХабрАдаптация платы Colorlight 5A-75B для примеров «Школы синтеза цифровых схем»О самой Школе более подробно можно прочитать на сайте , здесь же детально рассмотрим последовательность действий, позволяющих адаптировать ещё одну плату для отладки примеров , изучаемых в Школе. "Я...

Way too long since I last played with Verilog!

Also WHY OH WHY doesn't it seem to possible to access module parameters outside of the module (when not writing a test bench)... Would have been a nice way for some name spacing for constants.

Thanks to and btw.

Working on my nixvim configuration, but also I have to setup a development environment for some open source FPGA tools.

Trying to figure out some of the open source FPGA tooling by setting breakpoints and running small demos. I need to figure out how the Surelog front end interacts with Yosys, for potential plugin development?

IDK, will write more about it later.

#fpga#yosys#nix