DLX Processors Components
DLX Processors Components
The DLX is a reduced instruction set computer (RISC) processor architecture. It is mainly a cleaner, simpler MIPS architecture, with a simple 32-bit load/store design, and intended mainly for education, as are Donald Knuth's MIX and MMIX architectures. All three are widely used in college-level computer architecture courses. DLX was introduced in the textbook "Computer Architecture: A Quantitative Approach", by John L. Hennessy and David A. Patterson, the main designers of the MIPS and Berkeley RISC designs, respectively, which are the two benchmark RISC designs.
Top: Computers: Hardware: Components: Processors: DLX
See Also:
-
Implementation of 5-stage DLX Pipeline - Introductory tutorial with definitions, explanations, examples to show basic pipelining ideas; applet simulation lets users choose instructions to run, and see how pipeline works from direct experience.
-
The DLX Processor - Class overview with tables (instruction format, set) and diagrams (timing), some other information. By Ethan Miller, University of Maryland.
-
WinDLX - Program for MS Windows, an assembly interpreter for DLX assembly language; instructions, source code, downloads. By Javier Echaiz, National University of the South.
-
DLXview - Interactive visual pipeline simulator using DLX instruction set; operation of pipelined processor is easier to understand than trying to imagine operation from text descriptions; modified and extended from DLXsim. Documents, downloads.
-
DLX Explained - Basic description, pipeline focused.
-
The DLX Instruction Set Architecture Handbook - By Philip M. Sailer, David R. Kaeli; Morgan Kaufmann, 1996, ISBN 1558603719, 1st edition. Definitive work on DLX instructions. Information and abstract. ACM Portal.
-
Wikipedia: DLX - Encyclopedia article with links to many related topics.
-
Superscalar DLX Processor - Diagram, description, download.
-
DLX Architecture - Introductory HTML slide show.
-
Introduction to Operating Systems - DLXOS information needed for programming, from introductory course on OSs.
-
DLX Information - Documents: getting started, instruction set summary and description, simulator manual.
-
Computer Architecture: A Quantitative Approach - Book review, explains that book is a classic and standard work in its field. Ars Technica.
-
DLX Simulation Tools - Set of tools to build and simulate programs to run on DLX architecture, for exploring an operating system (DLXOS) in a simulated environment. Overview, architecture, OS, simulator, debugger, instructions.
-
David R. Kaeli, Professor - Director of Northeastern University Computer Architecture Research Laboratory, and co-author of Computer Architecture: A Quantitative Approach. Professional information with some links.
-
DLX Implementation at MSU - Documents DLX implementation by Microsystems Prototyping Laboratory (MPL), MSU Engineering Research Center; used as design driver to help validate standard cell libraries.
-
DLX in VHDL - VHDL model of processor; most instructions use 5 clock cycles to run, jumps use 3, floating point timing not fully accurate because fp instructions also take 5 cycles to run; description, download.
-
Out of Order Execution - Master's Thesis: Design and Evaluation of a RISC Processor with a Tomasulo Scheduler. Uses DLX. HTML, PS, GZ, PDF.
-
Verilog Model for DLX Processor - PDF slides, mostly code.
[PDF]
-
DLX Instruction Slides - Tables of instructions, categorized, as PDF slides. By Guy Even, Tel Aviv University.
[PDF]
-
Norman Matloff's DLX Tutorial - Information on DLX processor simulator and compiler, DLXsim, interactive program, loads assembly programs and simulates operation of computer on them, single-stepping or continuous execution.
-
DLX CPU in SCMOS - Photo with descriptions.
-
ASPIDA Project - ASynchronous, open source, Processor IP of the DLX Architecture. Goal: show feasibility to design and deliver asynchronous open IPs in portable, re-usable way. Information, downloads. Open source hardware.
-
DLX Pipeline Processor - Simple DLX implementation using VHDL; diagrams, descriptions, links.
-
The DLX Instruction Set, BYU Edition - Expanded annotated list. By James Archibald, Brigham Young University.
Click here to add, change or remove your listing
|