I always thought ARM chips were RISC. shows what I know
That's how they started out, but there is always pressure to add new instructions for niche markets. But since there isn't any coherent way to implement extensions it means they have to pollute the entire ISA. RISC-V was carefully designed to allow for extensions.
Open-source chip RISC-V to take on closed x86, ARM CPUs
151–157 of 157 posts
Re: Open-source chip RISC-V to take on closed x86, ARM CPUs
#152Earlier quoted context omitted.
The hole point of a free ISA is that many different people can produce them so that it will reach a economy of scale and chip producers will face competition making dirving down price. Its not garantied to work but its a worty target.
With more producers, you get more competition, but LESS economy of scale, and for a product like this (with demand being limited initially), this was already a critical concern.
Re: Open-source chip RISC-V to take on closed x86, ARM CPUs
#153Re: Open-source chip RISC-V to take on closed x86, ARM CPUs
#154So many RISC options and almost none for CISC. If you want yet another low power chip, then it makes sense. If, however, you want to get real on efficient cache usage and a high instruction-per-execution ratio, just do yourself a favor and stop ignoring the costly experimenting results that the industry already paid for.
Re: Open-source chip RISC-V to take on closed x86, ARM CPUs
#155Earlier quoted context omitted.
> You don't need to be completely tied to ARM. The point is that if you want to use the ARM ISA you have to pay ARM. Not so with RISC-V. Anyone is free to fab a RISC-V chip without paying royalties.
I believe this is incorrect. It seems that there is lots of confusion related to RISC-V. Only RISC-V ISA and some simple (and relatively inefficient) architectural designs are free and without royalties. But when someone develops efficient RISC-V microarchitecture they are not going to provide it free. If some company develops RISC-V based architecture that is competitive with AMD,Intel or ARM, they are going to ask…
Re: Open-source chip RISC-V to take on closed x86, ARM CPUs
#156Re: Open-source chip RISC-V to take on closed x86, ARM CPUs
#157I look forward to a RISC-V proc powering my laptop with some ridiculous Nvidia GPU. We must escape x86 :(
There is some gentle irony in wanting an open source ISA CPU paired with a GPU so proprietary the ISA is not even public knowledge.