techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.6K
active users

#risc

1 post1 participant0 posts today

With the #Linux #Debian 13.0 release planned for 9 August, one of the notable fundamental features with this Debian "Trixie" release is now supporting #RISC-V as an official #CPU architecture. This is the first release where RISC-V 64-bit is officially supported by Debian Linux albeit with limited board support and the Debian RISC-V build process is handicapped by slow #hardware

phoronix.com/news/Debian-13-RI

www.phoronix.comDebian 13.0 Ready To Introduce Formal RISC-V Support But Still Bound By Slow HardwareWith the Debian 13.0 release planned for 9 August, one of the notable fundamental features with this Debian 'Trixie' release is now supporting RISC-V as an official CPU architecture

Bunnie Huang: The Hacktivist
yewtu.be/watch?v=KyYsVeYzbik

betrusted.io
github.com/betrusted-io/betrus
Xous - #Rust #Kernel #RISC #trust #xous
github.com/betrusted-io/xous-c

Precursor
crowdsupply.com/sutajio-kosagi
* Can’t trust browsers in the same device as you keep your crypto keys
* Evidence-based verification at multiple levels
#mobile #trusted #Crypto_Wallet #Encrypted_Messenger #Key_Distribution
#ledger #2FA #rustlang

bunnie.org/iris
X-Ray All the Boards!
* hidden logic / malicious mystery components
* supply chain and distribution #interdiction
#radiography #IR

In the 1980s, a whole lot of computer and CPU vendors introduced shiny new #RISC processors, like ARM, MIPS, POWER, and SPARC. Many of these were quite successful in the video game, workstation, and supercomputer markets.

Except Intel, whose old-fashioned x86 machines somehow ended up outperforming almost all of the RISCs.

How did that happen?

What does the cores to RAM ratio look like if your chip:

- is risc and doesn't have aes optimizations
- has per core "ram"
- doesn't allow cores to peek at each other's caches or buses
- doesn't have branch prediction
- communication in or out of the core means a specific location in ram needs to be written to
- has dedicated interrupt affinity cores
- has dedicated privileged cores
- lacks microcode

Did you know that the 'NT' in Windows NT stood for "Nine Ten"?

The intended core platform for the OS was the then-expected Intel i910 RISC processor, which was to be the rebranded moniker for the i860 that can be found in the wild. *

It never came to be due to the i860s terrible handling of context switching -- a capability that a CPU for a multitasking, multiuser workstation OS must be able to do _very_efficiently_. The i860 wasn't.

youtube.com/watch?v=WTkFGZqVCM

*** EDIT: Several have pointed to sources indicating differently that NT stood for N10, which was the codename for the i860, so -- N10, N-Ten > NT.

Framework looks good. Captive screws!
frame.work/

imagine #Framework Modular Mobile!
(the rise and fall of modular phone – they want everyone wasted)
wikipedia.org/wiki/Phonebloks

What about #modular CPUs (motherboard portion)? #RISC #AMD #cpu_Architecture
That would be nice just to swap in/out your own Silicon! #M^Line
Modular and repairable (you can trust yourself, united citizen)

#RightToRepair #Trust #Security #Innovation #CPU #Modular

Dont Waste Good #EWaste

FrameworkIntroducing the Framework Desktop and newest Framework Laptop 13Choose between our latest Framework Laptop 13 powered by Ryzen™ AI 300 Series processors or our brand new Framework Desktop with Ryzen™ AI Max Series processors.

🌗 開發開源 RISC-V 核心:評估超標量、亂序執行架構的能效
➤ 開源 RISC-V 核心架構的性能與效率權衡
arxiv.org/abs/2505.24363
本研究探討了開源 RISC-V 核心在汽車和太空等領域的需求,尤其關注超標量和亂序執行架構在提升指令週期數 (IPC) 方面的作用。研究人員修改了 XuanTie C910 核心以符合 RISC-V 標準,並推出了 CVA6S+,這是對 CVA6 核心的增強版本。透過在 22 奈米製程技術上整合到 Cheshire 開源 SoC,對 C910、CVA6S+ 和 CVA6 進行了能耗、效能、面積等綜合分析。結果顯示,CVA6S+ 在面積效率方面領先,而 C910 在能效方面表現出色,挑戰了高性能核心必然導致面積和能效降低的傳統觀念。
+ 這篇研究很有意思,證明瞭開源 RISC-V 核心在性能和效率方面有很大的潛力,對於未來嵌入式系統的發展至關重要。
+ 我一直以為高性能CPU一定很耗電,這篇文章讓我重新思考了這個問題,開源RISC-V的發展方向令人期待。
#硬件架構 #RISC-V #能效 #開源

arXiv logo
arXiv.orgRamping Up Open-Source RISC-V Cores: Assessing the Energy Efficiency of Superscalar, Out-of-Order ExecutionOpen-source RISC-V cores are increasingly demanded in domains like automotive and space, where achieving high instructions per cycle (IPC) through superscalar and out-of-order (OoO) execution is crucial. However, high-performance open-source RISC-V cores face adoption challenges: some (e.g. BOOM, Xiangshan) are developed in Chisel with limited support from industrial electronic design automation (EDA) tools. Others, like the XuanTie C910 core, use proprietary interfaces and protocols, including non-standard AXI protocol extensions, interrupts, and debug support. In this work, we present a modified version of the OoO C910 core to achieve full RISC-V standard compliance in its debug, interrupt, and memory interfaces. We also introduce CVA6S+, an enhanced version of the dual-issue, industry-supported open-source CVA6 core. CVA6S+ achieves 34.4% performance improvement over CVA6 core. We conduct a detailed performance, area, power, and energy analysis on the superscalar out-of-order C910, superscalar in-order CVA6S+ and vanilla, single-issue in-order CVA6, all implemented in a 22nm technology and integrated into Cheshire, an open-source modular SoC. We examine the performance and efficiency of different microarchitectures using the same ISA, SoC, and implementation with identical technology, tools, and methodologies. The area and performance rankings of CVA6, CVA6S+, and C910 follow expected trends: compared to the scalar CVA6, CVA6S+ shows an area increase of 6% and an IPC improvement of 34.4%, while C910 exhibits a 75% increase in area and a 119.5% improvement in IPC. However, efficiency analysis reveals that CVA6S+ leads in area efficiency (GOPS/mm2), while the C910 is highly competitive in energy efficiency (GOPS/W). This challenges the common belief that high performance in superscalar and out-of-order cores inherently comes at a significant cost in area and energy efficiency.