• poVoq
    link
    fedilink
    7
    edit-2
    2 years ago

    They actually sell one already: the Pinecil with the breakout board is a tiny Risc-V board 🤫

  • @mogoh@lemmy.ml
    link
    fedilink
    42 years ago

    What is the fuss about RISC-V? Why could I want a RISC-V board over an ARM board.

      • poVoq
        link
        fedilink
        82 years ago

        Rather it can be, but usually it is not. The main specs are freely available, but since the design is not copyleft the actual chip designs are usually not and often even include proprietary extensions.

        • @incici@lemmy.mlOP
          link
          fedilink
          32 years ago

          I agree that it’s not completely open, but having an open ISA is alteady a huge step forward.

          • SubversivoB
            link
            fedilink
            22 years ago

            Yes, the ISA is open as well the reference base design. You can have a closed source implementation of the open ISA.

            But with a open ISA you are free from the x86 situation where only three enterprises can make chips and have some real competition. We have some of this with ARM, but as it’s a closed ISA and controlled by one enterprise, it’s not future proof.

            • poVoq
              link
              fedilink
              1
              edit-2
              2 years ago

              /me counts the number of chip producing companies…

              Not really more than 3 either at semi decent node sizes.

              An open ISA is certainly nice if your alternatives are owned by companies that might have to sanction you in the future, but chip production is way too complicated for an open ISA to make much difference for consumers in regards to more competion (especially outside of China).

        • @AgreeableLandscape@lemmy.ml
          link
          fedilink
          2
          edit-2
          2 years ago

          China is leading RISC-V development, and the major Chinese designs are actually open source! The Xiangshan and Alibaba designed cores, as two examples.

    • @AgreeableLandscape@lemmy.ml
      link
      fedilink
      5
      edit-2
      2 years ago

      Other than being open source which others have already mentioned, the RISC-V instruction set is very optimized, having been developed with the full hindsight of every ISA that came before it as well as being designed for the capabilities of modern silicon, RISC-V cores have the potential to be a lot more efficient than any of the existing dominant ISAs.

      • poVoq
        link
        fedilink
        22 years ago

        Hmm, can’t claim to be an expert, but I heard the opposite. According to the article I read the original RISC-V ISA was developed by the University of California to be simple and easy to teach, but the opposite of optimized.

        By now this has surely improved a lot, but most commercially available SoCs seem to include a lot of complex out of spec and proprietary extensions to get semi decent speed. And those larger Chinese server chip designs might be ok for highly parallel workloads, but are not exactly great either (like those old AMD Bulldozer chips).

    • @incici@lemmy.mlOP
      link
      fedilink
      1
      edit-2
      2 years ago

      Having an open ISA like RISC-V increases competition in the market. Better for us consumers.