About: Datapath

An Entity of Type: book, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

A datapath is a collection of functional units such as arithmetic logic units or multipliers that perform data processing operations, registers, and buses. Along with the control unit it composes the central processing unit (CPU). A larger datapath can be made by joining more than one datapaths using multiplexers. A data path is the ALU, the set of registers, and the CPU's internal bus(es) that allow data to flow between them.

Property Value
dbo:abstract
  • A datapath is a collection of functional units such as arithmetic logic units or multipliers that perform data processing operations, registers, and buses. Along with the control unit it composes the central processing unit (CPU). A larger datapath can be made by joining more than one datapaths using multiplexers. A data path is the ALU, the set of registers, and the CPU's internal bus(es) that allow data to flow between them. The simplest design for a CPU uses one common internal bus.Efficient addition requires a slightly more complicated three-internal-bus structure.Many relatively simple CPUs have a 2-read, 1-write register fileconnected to the 2 inputs and 1 output of the ALU. During the late 1990s, there was growing research in the area of reconfigurable datapaths—datapaths that may be re-purposed at run-time using programmable fabric—as such designs may allow for more efficient processing as well as substantial power savings. (en)
  • Ein Datenpfad ist eine Sammlung aus Rechenwerken, wie z. B. ALU oder Multiplizierer, die Datenverarbeitungsoperationen, Register und Busse ausführen. Zusammen mit dem Steuerwerk bildet es die CPU. Seit kurzem gibt es einen Anstieg der Forschung im Bereich der rekonfigurierbaren Datenpfade – das sind Datenpfade, die man während der Laufzeit umfunktionieren könnte, indem man FPGA nutzt. Diese Designs können möglicherweise in effizientere Berechnungen und beträchtlichen Energieeinsparungen resultieren. (de)
  • Dans un système logique, un chemin de données est un ensemble d'unités fonctionnelles électroniques, telles que des unités arithmétiques et logiques, des additionneurs, des multiplieurs, des registres, qui effectuent des opérations de traitement de données. Par exemple la plupart des processeurs sont composés d'un chemin de données et d'un séquenceur, ce dernier ayant pour rôle de commander le chemin de données et réguler ses interactions avec la mémoire vive. (fr)
  • Il data path è un insieme di , come ad esempio le unità di elaborazione (ALU), i registri e i moltiplicatori necessari per l'esecuzione delle istruzioni nella CPU. Il passaggio di due operandi attraverso la ALU e la memorizzazione del risultato in un nuovo registro viene detto ciclo di data path. Tale ciclo definisce ciò che è in grado di fare una macchina: più veloce è il ciclo del data path, più veloce sarà la macchina. Ogni istruzione ISA (assembly) viene eseguita in uno o più cicli di data path; diversi cicli sono necessari per istruzioni complesse come, per esempio, la divisione. Schema semplificato e generico sul ciclo del data path. In architetture non parallele il ciclo di data path corrisponde al ciclo di clock (misurato in nanosecondi), ossia l'intervallo di tempo utilizzato per sincronizzare le diverse operazioni del processore. La velocità con cui viene compiuto un ciclo di data path contribuisce significativamente a determinare la della CPU. Il data path, insieme all'unità di controllo, costituisce il nucleo stesso della CPU (core). Altri tre componenti che completano la CPU sono: la memoria, l'unità di ingresso (input) e l'unità di uscita (output). (it)
  • Операційний автомат (англ. datapath) — частина центрального процесора комп'ютера, де відбуваються перетворення кодів чисел або слів. У випадку регістрової архітектури автомат складається з набору регістрів процесора і додаткових схем керування ними. Англомовний термін datapath означає, крім регістрів, й інші функціональні блоки — арифметико-логічний пристрій (АЛП), , шини і інше. Для вибору регістрів на їх входах встановлюється комбінаційна логіка, куди подаються сигнали з пристрою керування процесором — у випадку мікропрограмної реалізації такими сигналами можуть бути безпосередньо сигнали мікрооперацій. Ці сигнали визначають перетворення множини станів операційного автомату. Вихідними сигналами операційних автоматів є рядки значень логічних умов, які характеризують стани його регістрів. В теорії зручно розглядати операційний автомат як нескінченний автомат Мура спеціального виду (багаторегістровий автомат).[уточнити] (uk)
  • Операционный автомат — набор функциональных элементов, таких как АЛУ и логические операции, которые выполняют . Операционные устройства, такие как микропроцессоры, состоят из операционного автомата и управляющего автомата, большую часть которых занимает управляющий автомат, регулирующий передачу данных между операционным автоматом и памятью. (ru)
  • 数据通路是执行单元的集合,例如执行数据处理操作的算术逻辑单元、乘法器、寄存器和总线。它与控制单元一起组成中央处理器(CPU)。通过使用数据选择器连接多于一个的数据通路,可以创建更大的数据通路。 在1990年代后期,在可重构数据通路领域(可以在运行时使用FPGA重复使用的数据通路)方面的研究不断增多,因为这样的设计可以在提升处理效率的同时节省电能。 (zh)
dbo:thumbnail
dbo:wikiPageID
  • 8232889 (xsd:integer)
dbo:wikiPageLength
  • 4496 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1102258489 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • Ein Datenpfad ist eine Sammlung aus Rechenwerken, wie z. B. ALU oder Multiplizierer, die Datenverarbeitungsoperationen, Register und Busse ausführen. Zusammen mit dem Steuerwerk bildet es die CPU. Seit kurzem gibt es einen Anstieg der Forschung im Bereich der rekonfigurierbaren Datenpfade – das sind Datenpfade, die man während der Laufzeit umfunktionieren könnte, indem man FPGA nutzt. Diese Designs können möglicherweise in effizientere Berechnungen und beträchtlichen Energieeinsparungen resultieren. (de)
  • Dans un système logique, un chemin de données est un ensemble d'unités fonctionnelles électroniques, telles que des unités arithmétiques et logiques, des additionneurs, des multiplieurs, des registres, qui effectuent des opérations de traitement de données. Par exemple la plupart des processeurs sont composés d'un chemin de données et d'un séquenceur, ce dernier ayant pour rôle de commander le chemin de données et réguler ses interactions avec la mémoire vive. (fr)
  • Операционный автомат — набор функциональных элементов, таких как АЛУ и логические операции, которые выполняют . Операционные устройства, такие как микропроцессоры, состоят из операционного автомата и управляющего автомата, большую часть которых занимает управляющий автомат, регулирующий передачу данных между операционным автоматом и памятью. (ru)
  • 数据通路是执行单元的集合,例如执行数据处理操作的算术逻辑单元、乘法器、寄存器和总线。它与控制单元一起组成中央处理器(CPU)。通过使用数据选择器连接多于一个的数据通路,可以创建更大的数据通路。 在1990年代后期,在可重构数据通路领域(可以在运行时使用FPGA重复使用的数据通路)方面的研究不断增多,因为这样的设计可以在提升处理效率的同时节省电能。 (zh)
  • A datapath is a collection of functional units such as arithmetic logic units or multipliers that perform data processing operations, registers, and buses. Along with the control unit it composes the central processing unit (CPU). A larger datapath can be made by joining more than one datapaths using multiplexers. A data path is the ALU, the set of registers, and the CPU's internal bus(es) that allow data to flow between them. (en)
  • Il data path è un insieme di , come ad esempio le unità di elaborazione (ALU), i registri e i moltiplicatori necessari per l'esecuzione delle istruzioni nella CPU. Il passaggio di due operandi attraverso la ALU e la memorizzazione del risultato in un nuovo registro viene detto ciclo di data path. Tale ciclo definisce ciò che è in grado di fare una macchina: più veloce è il ciclo del data path, più veloce sarà la macchina. Ogni istruzione ISA (assembly) viene eseguita in uno o più cicli di data path; diversi cicli sono necessari per istruzioni complesse come, per esempio, la divisione. (it)
  • Операційний автомат (англ. datapath) — частина центрального процесора комп'ютера, де відбуваються перетворення кодів чисел або слів. У випадку регістрової архітектури автомат складається з набору регістрів процесора і додаткових схем керування ними. Англомовний термін datapath означає, крім регістрів, й інші функціональні блоки — арифметико-логічний пристрій (АЛП), , шини і інше. Вихідними сигналами операційних автоматів є рядки значень логічних умов, які характеризують стани його регістрів. (uk)
rdfs:label
  • Datenpfad (de)
  • Datapath (en)
  • Chemin de données (fr)
  • Data path (it)
  • Операционный автомат (ru)
  • Операційний автомат (uk)
  • 数据通路 (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:isPrimaryTopicOf
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License