this post was submitted on 28 May 2026
172 points (97.3% 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
you are viewing a single comment's thread
view the rest of the comments
[–] OneCardboardBox@lemmy.sdf.org 37 points 5 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 1 hour ago* (last edited 1 hour ago) (1 children)

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.

[–] OneCardboardBox@lemmy.sdf.org 1 points 2 minutes ago

Very true. I believe FPGAs are also popular for aerospace applications, since it's cheaper to design and patch programmable hardware than to design and physically install ASICs.

[–] cecilkorik@piefed.ca 7 points 2 hours ago (1 children)

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.

[–] MalReynolds@slrpnk.net 1 points 22 minutes ago

Singularly fucking stupid IP gated moronicity. So much profit available before custom chips. Why?

[–] hayvan@piefed.world 2 points 3 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.