• JustEnoughDucks@slrpnk.net
    link
    fedilink
    arrow-up
    12
    ·
    23 days ago

    It isn’t open source hardware. It is license-free IC architecture.

    The hardware will still be closed source in 99% of cases, but the architecture is “open” and can be used without licensing, lowering the barrier to entry for making CPUs (it is still very high as volume is the name of the game at fans. Tapeouts for testing a design can be €1k on the very cheap end, often more like 10K+)

    A step in the right direction for sure, but open source IC designs are still quite limited.

    • ScoffingLizard@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      1
      ·
      14 hours ago

      So Risc-v is the open source instructional set? Does that mean it will be hard to port operating systems, utilities, games and whatnot to Risc-V? I think I saw a laptop using Risc-V recently.

      • JustEnoughDucks@slrpnk.net
        link
        fedilink
        arrow-up
        1
        ·
        9 hours ago

        Yes, but also on the hardware level.

        I don’t know enough about OS programming to know if it is the architecture or the (closed source, as mentioned) CPU design itself that is more difficult to implement.

        Looking at the MCU space, even with a known architecture (like ARM), each processor has to be individually implemented in software and firmware which is a ton of work, and the only people who necessarily know how are the processor designers unless it is open source. But take that with a big block of salt, because I have never done it, just looking at industry practices.