1 point

Maybe, but the point is that it’s open. There’s a much higher chance that one of the companies that builds parts will make good decisions.

permalink
report
reply
12 points

RISC-V is the only shot we have at usable open source hardware. I really, really hope it takes off.

permalink
report
reply
3 points

Whilst some open source implementations exist, RISC-V is not open source. It’s an open standard. i.e. there’s no license fee to implement it.

permalink
report
parent
reply
2 points

I didn’t know that I thought all RISC-V was open source :( I’m not as familiar with it as I’d like to be. I might just have to dive into it more and change that soon

permalink
report
parent
reply
1 point

I didn’t know that I thought all RISC-V was open source :(

If RISC-V was under some copyleft license where chip designs would have to be made open source, nobody from the chip industry would support RISC-V. They want “kinda like ARM but without licensing fees”.

permalink
report
parent
reply
17 points
*
Deleted by creator
permalink
report
reply
36 points

Sorry, but that is completely wrong. RISC-V is an ISA, nothing less, nothing more, and it is completely, 100% open-source. The licensing of the hardware implementations is a different matter, but that’s outside of the scope of RISC-V. As I said, it is just an ISA.

permalink
report
parent
reply
9 points

There’s plenty of designs out there that you can load onto an FPGA or, funds permitting, send off to a fab to burn into silicon.

permalink
report
parent
reply
66 points

smells like linus thinks there is going to be an ever increasing tech debt, and honestly, i think i agree with him on that one.

RISCV is likely going to eventually overstep it’s role in someplaces, and bits and pieces of it will become archaic over time.

The gap between hardware and software level abstraction is huge, and that’s really hard to fill properly. You just need a strict design criteria to get around that one.

I’m personally excited to see where RISCV goes, but maybe what we truly need is a universal software level architecture that can be used on various different CPU architectures providing maximum flexibility.

permalink
report
reply
1 point

overstep its* role in some places

permalink
report
parent
reply
2 points

username checks out

permalink
report
parent
reply
7 points

universal software level architecture that can be used on various different CPU

Oh we already have dozens of those haha

permalink
report
parent
reply
15 points

software level architecture that can be used on various different CPU architectures providing maximum flexibility.

I’ve only done a little bare metal programming, but I really don’t see how this is possible. Everything I’ve used is so vastly different, I think it would be impossible to create something like that, and have it work well.

permalink
report
parent
reply
2 points
*

theoretically you could do it by defining an architecture operations standard, and then adhering to that somewhat when designing a CPU. While providing hardware flexibility as you could simply, not implement certain features, or implement certain other features. Might be an interesting idea.

That or something that would require minimal “instruction translation” between different architectures.

It’s like x86. except if most of the features were optional.

permalink
report
parent
reply
2 points

It sounds like you’re just reinventing either the JVM (runtime instruction translation), compilers (LLVM IR), or something in between (JIT interpreters).

The problem is that it’s a hard problem to solve generally without expensive tradeoffs:

  • interpreter like JVM - will always have performance overhead and can’t easily target arch-specific optimizations like SIMD
  • compiler - need a separate binary per arch, or have large binaries that can do multiple
  • JIT - runtime cost to compiling optimizations

Each is fine and has a use case, but I really don’t think we need a hardware agnostic layer, we just need languages that help alleviate issues with different architectures. For example, Rust’s ownership model may help prevent bugs that out of order execution may expose. It could also allow programmers to specify more strict limits on types (e.g. non-zero numbers, for example), which could aid arch-specific optimizations).

permalink
report
parent
reply
39 points

but maybe what we truly need is a universal software level architecture that can be used on various different CPU architectures providing maximum flexibility.

I think that’s called Java.

permalink
report
parent
reply
0 points

but but, minecraft in java bad and stinky??

permalink
report
parent
reply
9 points

But Java is the good version of Minecraft…

permalink
report
parent
reply
1 point

Then again, if you don’t have the JVM/JRE, Java won’t work, so first you need to write it in another language and in such a way that it works across a bunch of different ARM and x86 processors.

permalink
report
parent
reply
2 points

I don’t know, if your platform doesn’t have a jre… Is it really a platform?

permalink
report
parent
reply
12 points

Or Emacs

permalink
report
parent
reply
6 points
*

It’s open source nature protects against that. People mistake Linus as being in the same boat as Stallman but Linus was only open source by circumstance, he kind infamously doesn’t seem to appreciate the role open source played in his own success.

It already directly addresses the mistakes of x86 and ARM. I don’t know what he is so worried about.

permalink
report
reply
1 point

Its* open-source nature

permalink
report
parent
reply
12 points
*

Protects against what?

What I read here is just a vague critic from him of the relation between hard- and software developer. Which will not change just because the ISA is open source. It will take some iterations until this is figured out, this is inevevable.

Soft- and hardware developers are experts in their individual fields, there are not many with enough know-how of both fields to be effective.

Linus also points out, that because of ARM before, RISC-V might have a easier time, on the software side, but mistakes will still happen.

IMO, this article doesn’t go into enough depths of the RISC-V specific issues, that it warrants RISC-V in the title, it would apply to any up and coming new ISA.

permalink
report
parent
reply
16 points

Only the core part of the ISA is open source. Vendors are free to add whatever proprietary extensions they want and sell the resulting CPU.

You might get such a CPU to boot, but getting all functionality might be the same fight it is with arm CPUs currently.

permalink
report
parent
reply
-1 points

I’ll say to you what I said to the other commentor: RISC-V is an ISA, nothing less, nothing more, and it is 100% open-source. It is not trying to be anything else. Yes, hardware implementations from processor vendors can have different licensing and be proprietary, but that is not the fault of RISC-V, nor does that have anything else to do with it. RISC-V, as an ISA, and only an ISA, is completely open-source and not liable for the bs of OEMs.

permalink
report
parent
reply

Technology

!technology@lemmy.world

Create post

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  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, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


Community stats

  • 17K

    Monthly active users

  • 12K

    Posts

  • 544K

    Comments