Giter Site home page Giter Site logo

gabrielganzer / dlx-microprocessor Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 0.0 90.85 MB

Fully pipelined DLX Microprocessor optimized for energy efficiency and testing purposes developed in VHDL. Simulation with Intel® ModelSim®, synthesis under Synopsys® DC Ultra™, and physical layout using Cadence® Innovus™ Implementation System.

License: BSD 2-Clause "Simplified" License

VHDL 9.39% Tcl 0.67% Verilog 88.33% Batchfile 1.61%
dlx synthesis microprocessor physical-design digital-design optimization polito dlx-microprocessor synopsys cadence

dlx-microprocessor's Introduction

DLX-Processor

SHIELDS

PROJECT DESCRIPTION

This project consisted of developing a small DLX(DELUXE) processor using Intel® ModelSim® for simulation, Synopsys® DC Ultra™ for synthesis, and Cadence® Innovus™ Implementation System for the physical layout. The DLX is a fully pipelined RISC processor based on the Harvard Architecture, i.e., it relies on two different memories for instructions and data, allowing simultaneous instruction-fetching and data transactions.

The features implemented focus on energy efficiency and testing purposes, as listed bellow:

  • Extended Instruction Set: addu, addui, jalr, jr, lb, lbu, lhi, lhu, sb, seq, seqi, sgeu, sgeui, sgt, sgti, sgtu, sgtui, slt, slti, sltu, sltui, sra, srai, subu, subui, mult;
  • Optimized ALU: Pentium4 adder/subtractor, UltraSPARC T2 3-level Shifter, UltraSPARC T2 Logic Unit using 2-level NAND gates, Multi-purpose Comparator, Zero Detector, and a multiplier that combines both Wallace Tree and Booth approaches. Power optimization was achieved by reducing switching activity through state assignment of all blocks;
  • Forwarding Unit: data hazard control;
  • Clock-Gating: Register File and Generic Registers gated for power optimization;

DOCUMENTATION

The folders are organized according to the design flow:

  • DLX_simulation: the VHDL files were organized hierarchically, refer to the test_bech for compiling scripts, testing, and behavioral results.
  • DLX_synthesis: the folder report provides the results obtained with the DLX.src script.
  • DLX_physical_layout: this folder contains the source files for the physical design, refer to the folder timingReports for results.

Further information about the project can be found at Report.pdf.

dlx-microprocessor's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.