this post was submitted on 14 Mar 2026
21 points (95.7% liked)

Hardware

6520 readers
170 users here now

All things related to technology hardware, with a focus on computing hardware.


Some other hardware communities across Lemmy:


Rules (Click to Expand):

  1. Follow the Lemmy.world Rules - https://mastodon.world/about

  2. Be kind. No bullying, harassment, racism, sexism etc. against other users.

  3. No Spam, illegal content, or NSFW content.

  4. Please stay on topic, adjacent topics (e.g. software) are fine if they are strongly relevant to technology hardware. Another example would be business news for hardware-focused companies.

  5. Please try and post original sources when possible (as opposed to summaries).

  6. If posting an archived version of the article, please include a URL link to the original article in the body of the post.


Icon by "icon lauk" under CC BY 3.0

founded 2 years ago
MODERATORS
 

Chinese Loongson 3C6000 CPUs now have heat spreaders with words in Cyrillic?

top 5 comments
sorted by: hot top controversial new old
[–] Buffalox@lemmy.world 3 points 21 hours ago* (last edited 17 hours ago) (1 children)

It takes 5 years to develop a new processor architecture. Or rather it USED to take 5 years.
That also about the time it took to for instance make the original Ryzen CPU.
But that development rested on a lot of know how already in house, and a lot of experience with making x86/a64 type architectures.

Of course it's possible you can make an architecture in 11 months, but definitely not based on anything close to a modern production process, which alone takes 6 months from tape-out to initial production! And it's obviously not possible to make anything remotely close to the sophistication of a modern high end CPU. At least not from scratch.

But it might be possible to have their own version of an already existing design, maybe even with some customizations.
So no different that what dozens of companies around the world are making routinely, when they license for instance from Arm.

Edit:
Just to clarify, it takes LONGER to make new chips today than originally, because the complexity is increasing, and it takes way longer to make test samples on the new more complex production processes.

[–] solrize@lemmy.ml 0 points 20 hours ago (1 children)

No point to a new architecture, just use RISC-V. Doing your own CPU chip is mostly about fab, I expect.

[–] Buffalox@lemmy.world 2 points 17 hours ago (2 children)

I don't think a finished RISC-V design is available ready to use, you would have to design it from the ground up just as with any other chip. To have such shortcuts, you need to license from Arm.

[–] zarenki@lemmy.ml 1 points 12 hours ago

There are plenty of RISC-V cores available on the market for SoC vendors to license and use. So many that they even outnumber the SoCs using them.

Several RISC-V SoC vendors design their own cores and license those core designs out for other vendors to use in their own SoCs (T-Head, SpacemiT, Tenstorrent), some are focused entirely on core designs that they sell and don't currently make SoCs themselves (SiFive, etc.), and countless open-source RISC-V cores exist online.

StarFive, ESWIN, and Sophgo are some of the companies that make RISC-V processors/SoCs but which don't actually "design it from the ground up" since they license the CPU core design from either SiFive or T-Head. Similar to how most ARM SoC vendors license the ARM Cortex CPU cores.

[–] solrize@lemmy.ml 0 points 12 hours ago

There's about a zillion FOSS RISC-V cores on opencores.org and elsewhere.