Linux foundation and a number of big names in tech commit top talent and invest on RISC-V. The companies that support this initiative are, among others, Google, Intel, MediaTek, Nvidia, Qualcomm, Red Hat, Samsung, SiFive, etc.

  • jaaval@sopuli.xyz
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 year ago

    Now, let’s be clear, RISC-V is a loose definition of an instruction set. It’s free in the sense that you don’t need a license to design a CPU that uses it. However the actual CPU designs are no more free than any other ISA, they will be closely guarded IP of the companies that design them.

    Also, since RISC-V includes a minimal base set (truly minimal of like 50 instructions that doesn’t even implement multiplication and division) and a large number of optional extensions and freedom to create new extensions, software compiled to one RISC-V processor doesn’t necessarily run on another. Hence, “ecosystem” people talk about might not happen.

    • TrivialBetaState@sopuli.xyzOP
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Everything that you say is correct and accurate. Definitely there will be big companies that will create designs and keep them behind their IP walls. However, there will also be some small companies, which otherwise would have been unable to develop their own designs, which will be able to create something compliant with the instruction set and have Linux kernel up and running, with most of the GNU/Linux ecosystem available to them. This is a really big thing. Also, if the small manufacturers follow a common fully open standard (which is in their interest) the benefit will be huge for everyone, users included.

      • jaaval@sopuli.xyz
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        Yes, the benefit of RISC-V I can see is that if a large company, let’s say intel, designs a high performance CPU, a small company can also create a compatible alternative CPU. I don’t think the small companies can really compete in performance with the large ones, even if you manage to create a good CPU once it’s not simply feasible to keep up with hundred times larger r&d teams in long term, but there is a place for the smaller CPUs filling specific niche use cases.