this post was submitted on 28 May 2026
158 points (97.0% liked)

Technology

84965 readers
3937 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
all 29 comments
sorted by: hot top controversial new old
[–] carrylex@lemmy.world 3 points 1 hour ago

That's what you get when it's not open source...

[–] Baaron87@lemmy.world 26 points 3 hours ago* (last edited 3 hours ago) (1 children)

Read the entire article, despite not having heard about Vivado previously. I wouldn’t be surprised if a certain company ending in ~~soft~~ slop is somehow involved.

The thing that makes sense to me (purely speculative, no real info to back this) is that Microslop isn’t happy about losing money and the user base, so they are pushing their hardware partners to force users back to the platform.

Redis did exactly this back in March 2024, dropping its long-standing BSD license for the more restrictive dual licensing model, and the blowback was severe enough that the community forked it into Valkey almost immediately.

Sounds like this is probably the best approach and outcome for the Vivado community and software. The end of the article recommends either joining in the discussion on AMD’s forums (which only seems to be getting stonewalled) or joining the growing number of people on hacker news.

[–] grue@lemmy.world 1 points 27 minutes ago

That's the second-best approach. The best approach is for it to be copyleft instead of permissively-licensed to begin with.

[–] guynamedzero@piefed.zeromedia.vip 45 points 5 hours ago (1 children)

Uggghhh. Thankfully, I’ve never even heard of this program, but this sets a poor precedent for their future endeavors

[–] OneCardboardBox@lemmy.sdf.org 32 points 4 hours ago* (last edited 4 hours ago) (4 children)

Vivado is software for designing hardware on an FPGA. AMD bought out Xilinx, one of the big FPGA manufacturers, a few years back. FPGAs are basically programmable digital circuits: you configure a series of internal logic gates to represent the function of a circuit with memory, data busses, registers, gates, etc. In this fashion, an FPGA could be programmed to function like a CPU, a radio, a video encoder, or nearly any other piece of digital hardware. Very useful for hobbyists and prototyping.

The thing with FPGA software is that there are no open source alternatives. FPGAs have so many complicated blobs and signing keys and proprietary IP blocks that your only choice is to use the manufacturer's offering.

[–] NotAnonymousAtAll@feddit.org 2 points 21 minutes ago* (last edited 17 minutes ago)

Very useful for hobbyists and prototyping.

True, but that is not the only thing they are useful for; e.g. many high end measurement instruments ship with FPGAs so they can get improvements after release for functionality where implementing it in software would be too slow.

[–] cecilkorik@piefed.ca 5 points 1 hour ago

It is insane to me that something as conceptually basic as FPGAs can even be made proprietary at all, much less that being the universal state of them.

[–] hayvan@piefed.world 2 points 2 hours ago

Lattice device support some open toolchains, or relatively open compared to the big two. Or something like that, never got to work with them yet.

Thanks, that’s basically what I gathered from the article but I didn’t do any further research.