EARTH: A Scalable and Efficient Computing Architecture

Wednesday 30 April 2025

The quest for more efficient computing has led researchers to develop a new architecture that can significantly improve performance while reducing power consumption. EARTH, an innovative design for RISC-V vector memory access patterns, is poised to revolutionize the way we process data.

RISC-V, a popular open-source instruction set architecture, has been gaining traction in recent years due to its flexibility and customizability. However, one of the biggest challenges facing developers is the limited scalability of traditional computing architectures. As data sizes continue to grow, so too do the demands on processing power and memory access.

EARTH addresses these limitations by introducing three key innovations: DROM, LSDO, and RCVRF. The first, DROM (Data Router), enables coalesced strided instruction memory access, reducing the number of memory requests and associated control logic activities. This clever solution optimizes memory traffic, allowing for faster data processing.

Next, LSDO (Load/Store Data Operations) eliminates the need for dedicated segment buffers required in traditional architectures. By directly accessing memory without intermediary buffering, EARTH reduces latency and increases overall system efficiency.

The third innovation, RCVRF (Register-File Vector Register File), is a novel register file that enables direct column-wise access to data. This feature allows for high-performance bulk transposition at acceptable overhead costs.

To test the efficacy of EARTH, researchers implemented the architecture on an open-source RISC-V CPU, Saturn, and evaluated its performance using a range of benchmarks. The results were impressive: EARTH demonstrated significant improvements in both performance and power efficiency.

In comparison to existing solutions, EARTH achieved a 4x-8x speedup for const-stride memory accesses and reduced hardware area by 9% and power consumption by 41%. For segment-intensive workloads, the architecture maintained comparable performance while reducing buffer maintenance overhead.

The scalability of EARTH is another significant advantage. By leveraging its modular design, developers can easily integrate multiple LSU (Load/Store Unit) components to further enhance processing capabilities. This flexibility makes EARTH an attractive solution for a wide range of applications, from high-performance computing to data-intensive analytics.

As the demand for efficient and scalable computing continues to grow, EARTH presents a compelling alternative to traditional architectures. By harnessing the power of RISC-V and innovative design principles, this new architecture is poised to shape the future of computing.

Cite this article: “EARTH: A Scalable and Efficient Computing Architecture”, The Science Archive, 2025.

Risc-V, Earth, Computing, Performance, Power Efficiency, Memory Access, Vector Processing, Cpu Architecture, Scalability, Data Analytics.

Reference: Hongyi Guan, Yichuan Gao, Chenlu Miao, Haoyang Wu, Hang Zhu, Mingfeng Lin, Huayue Liang, “Efficient Architecture for RISC-V Vector Memory Access” (2025).

Discussion