📑 Table of Contents

The Xputer is a design for a reconfigurable computer, proposed by computer scientist Reiner Hartenstein. Hartenstein uses various terms to describe the various innovations in the design, including config-ware, flow-ware, morph-ware, and "anti-machine".

The Xputer represents a move away from the traditional Von Neumann computer architecture, to a coarse-grained "soft arithmetic logic unit (ALU)" architecture.[1] Parallelism is achieved by configurable elements known as reconfigurable datapath arrays (rDPA), organized in a two-dimensional array of ALU's similar to the KressArray.[1][2][3]

Architecture

edit

The Xputer architecture is data-stream-based and is the counterpart of the instruction-based von Neumann computer architecture.

The Xputer architecture was one of the first coarse-grained reconfigurable architectures,[2] and consists of a reconfigurable datapath array (rDPA) organized as a two-dimensional array of ALUs (rDPU).[2] The bus-width between ALU's were 32-bit in the first version of the Xputer.[2]

The ALUs (also known as rDPUs) are used for computing a single mathematical operation, such as addition, subtraction or multiplication, and can also be used purely for routing.[2]

ALUs are mesh-connected via three types of connections, and dataflow along these connections are managed by an address generation unit.[2]

  • Nearest neighbour (connections between neighbouring ALUs)
  • Row/column back-buses
  • Global bus (a single global bus for interconnection between further ALUs)

Programs for the Xputer are written in the C language, and compiled for usage on the Xputer using the CoDeX compiler written by the author.[2] The CoDeX compiler maps suitable portions of the C program onto the Xputer's rDPA fabric.[2] The remainder of the program is executed on the host system, such as a personal computer.

rDPA

edit

A reconfigurable datapath array (rDPA) is a semiconductor device containing reconfigurable data path units and programmable interconnects, first proposed by Rainer Kress in 1993, at the University of Kaiserslautern.

Instead of FPGAs (field-programmable gate arrays) having single bit configurable logic blocks (CLBs), rDPAs have multiple bits wide (for instance, 32-bit path width) reconfigurable datapath units (rDPUs).

Each rDPU can be configured to perform an individual function. These rDPUs and interconnects can be programmed after the manufacturing process by the customer/designer (hence the term "reconfigurable") so that the rDPA can perform whatever complex computation is needed. Because rDPUs are multiple bits wide (for instance, 32 bits), we talk about coarse-grained reconfigurability - in contrast to FPGAs with single-bit wide configurable logic blocks, called fine-gained reconfigurable.

rDPAs are structurally programmed from "config-ware" source code, compiled into pipe-networks to be mapped onto the rDPA. rDPAs are not instruction-stream-driven and have no instruction fetch at run time. rDPUs do not have a program counter.[4]

References

edit
  1. ^ a b Field-Programmable Logic: Architectures, Synthesis and Applications, Reiner W. Hartenstein, Springer Science & Business Media, 24-Aug-1994
  2. ^ a b c d e f g h Compilation Techniques for Reconfigurable Architectures, Springer Science & Business Media, 02-Apr-2011
  3. ^ Designing Embedded Processors: A Low Power Perspective, Springer Science & Business Media, 27-Jul-2007
  4. ^ Reconfigurable System Design and Verification, CRC Press, 17-Feb-2009

📚 Artikel Terkait di Wikipedia

Reconfigurable computing

standard processor and an array of "reconfigurable" hardware. The main processor would control the behavior of the reconfigurable hardware. The latter would

Granularity

data-stream-driven data path units (DPU]) like in a reconfigurable datapath array (rDPA) is called coarse-grained computing or coarse-grained reconfigurability. The granularity

Self-reconfiguring modular robot

Modular self-reconfiguring robotic systems or self-reconfigurable modular robots are autonomous kinematic machines with variable morphology. Beyond conventional

Transmitarray antenna

into two types: fixed and reconfigurable. As described earlier, a transmitarray is a phase-shifting surface consisting of an array of unit cells. These focus

Logic block

field-programmable gate array (FPGA) technology.[citation needed] Logic blocks can be configured by the engineer to provide reconfigurable logic gates.[citation

Antenna types

Further, components' beamwidth and polarization can be made actively reconfigurable by switching and phasing circuitry printed on the same board. Ease of

AI engine

Flow for Reconfigurable Devices with AI Engines". Proceedings of the 2025 ACM/SIGDA International Symposium on Field Programmable Gate Arrays. FPGA '25

Parallel computing

only a few classes of parallel problems. Reconfigurable computing is the use of a field-programmable gate array (FPGA) as a co-processor to a general-purpose