Giter VIP home page Giter VIP logo

arty7-sdram's Introduction

DDR3 SDRAM Controller for Arty-A7 100T FPGA

This repository contains a simple implementation of a DDR3 SDRAM controller for the Arty-A7 100T FPGA board. The controller is built using Xilinx's Memory Interface Generator (MIG) IP, which handles the physical layer (PHY) control and timings of the DDR memory. The controller logic, implemented in VHDL, employs a state machine to write and read ascending numerical values to and from the DDR memory. These values are then displayed on a seven-segment display connected to the FPGA.

Project Structure

  • arty7_sdram_srcs/: Main directory containing all source files.
    • constraints/: Constraint files specifying FPGA pin configurations and other settings.
    • ip/: Generated and custom IP files.
    • src/: VHDL source files for the DDR3 SDRAM controller.

Prerequisites

  • Hardware: Arty-A7 100T FPGA board. Seven-segment Display PMOD.
  • Software: Vivado Design Suite 2020.2.

Setup Instructions

  1. Install Vivado 2020.2: Ensure that Vivado 2020.2 is installed on your system.
  2. Clone the Repository: Download or clone this repository to your local machine.
  3. Launch Vivado:
    • Open Vivado and switch to the TCL mode via the TCL Console.
    • Navigate to the directory where the repository is cloned.
  4. Run the TCL Script:
    • In the TCL console, execute the following command to create and configure the Vivado project:
      source <tcl_script_name>.tcl
      
      Replace <tcl_script_name> with the actual name of the TCL file located in the repository.

Usage

Once the project is set up and the FPGA is programmed:

  • Power on the FPGA board.
  • Observe the output on the seven-segment display. It should cycle through numbers as they are written to and read from the DDR memory.

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.