this post was submitted on 24 Jun 2024
46 points (89.7% liked)

Linux

4996 readers
10 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
[–] refalo@programming.dev 2 points 3 months ago (3 children)

no it's part of the physical hardware design

[–] sabreW4K3@lazysoci.al 0 points 3 months ago (2 children)

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.

[–] taanegl@beehaw.org 2 points 3 months ago (1 children)

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.

[–] sabreW4K3@lazysoci.al 1 points 3 months ago

I'm honestly surprised that RISC V wasn't licensed so that it was only open architecture.