Why Is Vivado 2026.1 Dropping Linux Support for Free Tier?

(adaptivesupport.amd.com)

49 points | by zdw 1 hour ago

6 comments

  • akarambir 1 hour ago
    The official replies are addressing questions that nobody has asked. The main issue is why Linux support is being removed from the Basic tier while Windows is still allowed.

    To grow the ecosystem, AMD needs more people working on their hardware. Restricting Linux will only alienates students, hobbyists, and devs who want to adopt AMD tech.

    - From long term AMD user

  • jkubic 17 minutes ago
    I’ve spent several hundred thousand on Xilinx FPGAs yet they nickel and dime me for licenses. It’s not the cost that’s a problem—-it’s the hassle of making a PO for a license to set up new computers, set up CI, hiring new teammates, setting up for interns/students. Xilinx has continued to go downhill since their acquisition by AMD.. it used to feel like it was run by engineers who understood their customers, now it seems to be getting taken over by the MBA crowd who only understands pinching pennies and chiseling their own loyal customers
  • sakjur 56 minutes ago
    Link to AMDs description of the new pricing being criticized: https://www.amd.com/en/products/software/adaptive-socs-and-f...
    • amaterasu 6 minutes ago
      I love the way they buried the “we are no longer supporting an entire operating system” in a small missing tick, half way down the page…
  • jabl 53 minutes ago
    Good news for FOSS FPGA toolchains, I suppose. Eg https://f4pga.org/ for some kind of umbrella project.
  • guiambros 54 minutes ago
    It's really unfortunate that FPGA development is still stuck in the 90s. The incentives between IP owners and hobbyists are so misaligned that I don't see the possibility of this ever improving.

    The market is full of dark patterns, and vendors like AMD/Xilinx can pull shitty moves like what OP highlighted, knowing there is no decent alternative (Altera is another disaster). Lattice had the opportunity to fully embrace opensource toolchain and try to disrupt from the bottom, but they seem stuck in the middle, not wanting to commit one way or another.

    I'm grateful to SymbiFlow, and IceStorm and others, even though they obviously lack support for proprietary hardware features.

  • fleventynine 55 minutes ago
    I wonder how good LLM agents are at reverse engineering FPGA bitstreams...

    I want a robust open-source ecosystem where anyone can take my hardware projects and modify them without needing to deal with licensing friction.

    • kevmo314 49 minutes ago
      The difficult part is the place and route algorithm, not the bitstream. The proprietary ones already take quite a long time to solve: I regularly have 12-24h runs. Perhaps an open source one could do better? But it's not quite as straightforward as reverse engineering a proprietary bitstream.