top | item 46667755

(no title)

dwood_dev | 1 month ago

I'm surprised we have not seen more investment into RISC-V from Chinese firms. I would think they want to decouple from ARM and the west in general as a dependency. Maybe they view the coup of ARM China as having secured ARM for the time being and not as much pressure?

Either way, it's currently hard to be excited about RISC-V ITX boards with performance below that of a RPi5. I can go on AliExpress right now and buy a mini itx board with a Ryzen 9 7845HX for the same price.

discuss

order

cbm-vic-20|1 month ago

I'm surprised we haven't seen more investment from Indian firms. India is really trying to raise their game in the tech economy beyond the services industry. You don't need the most cutting-edge chip fabrication equipment to manufacture these processors.

rwmj|1 month ago

The Indian government was actually a very early adopter, they had one of the first RISC-V processors that wasn't based on the vanilla Rocket designs, starting back in like 2016 or so. Unfortunately they made some other weird decisions, like not supporting compressed instructions so the chip wasn't compatible with any mainstream Linux distros, and I don't think the project really went anywhere. Although looking at Wikipedia the project seems to still exist.

https://en.wikipedia.org/wiki/SHAKTI_(microprocessor)

oofbey|1 month ago

Services industry is gonna be tough in the age of AI agents.

lazide|1 month ago

If by really trying you mean a bunch of PR stunts and diverted funds, sure.

Are you aware of any actual credible attempts?

ginko|1 month ago

> I would think they want to decouple from ARM and the west in general as a dependency.

Why would you think that? ARM is not like x86 CPUs where you get the completed devices as a black box. Chinese silicon customers have access to the full design. I guess it's not completely impossible to hide backdoors at that level but it'd be extremely hard and would be a huge reputational risk if they were found.

They also can't really be locked out of ARM since if push comes to shove, Chinese silicon makers would just keep making chips without a license.

the_biot|1 month ago

I did catch one vendor using a HAL across a whole SoC product line, a very low-level HAL that sat between SoC hardware registers and kernel drivers. It effectively made the drivers use scrambled register locations on the AHB etc, but if you resolved what the HAL did, the registers matched ARM's UART etc IP. So I figured they were ducking license fees for ARM peripherals.

crote|1 month ago

China also has LoongArch.

6SixTy|1 month ago

LoongArch is a weird mix of MIPS and RISC-V. There's not much that would be gained by investing a whole bunch into LoongArch that couldn't also be done to RISC-V, if at all.

sylware|1 month ago

arm has toxic IP locks.

Everybody sane will want to move away from them, there is nothing chinese specific.

The most performant RISC-V implementations are from the US if I am not too mistaken.

Wonder if that hardware can handle an AMD 9070 XT (resizable bar). If so, we need the steam client to be recompiled for RISC-V and some games... if this RISC-V implementation is performant enough (I wish we would have trashed ELF before...)

fweimer|1 month ago

Is there an actual U.S. RISC-V CPU that achieves competitive performance? I think the performance leaders are currently based in China.

There's a difference between announcement, offering IP for licensing (so you still have to make your own CPUs), shipping CPUs, and having those CPUs in systems that can actually boot something.

geerlingguy|1 month ago

Box64 already runs Steam (and a good number of games) on RISC-V.

PunchyHamster|1 month ago

It's not better architecture so the gain is few pennies more per chip at cost of A LOT of work... work that can't just run Android or much else out of the box.

c0wb0yc0d3r|1 month ago

Isn’t that kind of like saying automated testing (for apps written without testing in mind) isn’t worth it because you have to spend time getting code into a state that is testable?

I do agree that it takes a lot of work to get something usable, and so I think we are a ways off from mainstream risc-v. I do also think there is a lot more value for low power devices like embedded/IoT or instances where you need special hardware. Facebook uses it to make special video transcoding hardware.