this post was submitted on 24 Jun 2024
46 points (89.7% liked)
Linux
5174 readers
250 users here now
A community for everything relating to the linux operating system
Also check out !linux_memes@programming.dev
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
no it's part of the physical hardware design
What I mean is, given the open source nature of RISC V, if someone puts out a chip with a proprietary extension, isn't it likely that there will be a rip off that does the same but in an alternative manner? Like how there's tonnes of Raspberry Pi like boards available.
The RISC-V is an extensible ISA, so yes. All those vendor extensions are optional, when fabricating the processor, which can be replaced by other extensions over time.
Both Intel and AMD have had vendor extensions in the designs that they no longer use, even ones that have been "retracted" (i.e whatever in the heck Intel is doing with their AVX extensions).
But yeah, currently, there are a lot of proprietary extensions, which could still be declared as open hardware as well. So yeah.
I'm honestly surprised that RISC V wasn't licensed so that it was only open architecture.