Giter Club home page Giter Club logo

six-instructions-programmable-processor's Introduction

Six-Instruction Processor in Verilog

Overview

This project involves the design and implementation of a six-instruction processor using Verilog. The processor features a controller with instruction memory, program counter, and registers, along with a datapath that includes data memory, a register file, and a gate-level ALU.

Features

  • Controller: Manages the flow of instructions and controls the operation of the datapath components.

    • Instruction Memory: Stores the instructions to be executed by the processor.
    • Program Counter (PC): Keeps track of the address of the next instruction to be executed.
    • Registers: Temporary storage for data and addresses.
  • Datapath: Performs the data processing operations.

    • Data Memory: Stores the data used and produced by the instructions.
    • Register File: A set of registers used to store intermediate values and operands.
    • ALU (Arithmetic Logic Unit): Performs arithmetic and logic operations at the gate level.

Instructions

The processor supports the following six instructions:

  1. MOV Ra, d: Move data d to register Ra.
  2. MOV d, Ra: Move data from register Ra to memory location d.
  3. ADD Ra, Rb, Rc: Add the values in registers Rb and Rc, and store the result in register Ra.
  4. MOV Ra, #C: Move constant C to register Ra.
  5. SUB Ra, Rb, Rc: Subtract the value in register Rc from the value in register Rb, and store the result in register Ra.
  6. JMPZ Ra, offset: Jump to the instruction at the address PC + offset if the value in register Ra is zero.

Simulation and Testing

Comprehensive simulation tests were conducted to validate the processor's functionality. These tests involved:

  • Setting specific values in the instruction and data memories.
  • Executing a variety of instruction scenarios.
  • Verifying the expected outcomes for each scenario.

six-instructions-programmable-processor's People

Contributors

ashish2255 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.