GithubHelp home page GithubHelp logo

ishmeet1995 / mimas-v2-uart-demo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cyrozap/mimas-v2-uart-demo

0.0 1.0 0.0 152 KB

This is a simple UART echo test using the Mimas V2 FPGA development board

License: Apache License 2.0

Makefile 80.08% Verilog 19.92%

mimas-v2-uart-demo's Introduction

Mimas-V2-UART-Demo

Build Status License

Prerequisites

  • Xilinx ISE (tested with version 14.7)
  • git
  • make (Linux only)

Building

Linux

git clone https://github.com/cyrozap/Mimas-V2-UART-Demo.git
cd Mimas-V2-UART-Demo
git submodule update --init
source /opt/Xilinx/14.7/ISE_DS/settings64.sh
make bin

Windows

  1. Clone the repository with your favorite git client
    • git clone https://github.com/cyrozap/Mimas-V2-UART-Demo.git
  2. Using your git client, run a submodule update with init
    • cd Mimas-V2-UART-Demo && git submodule update --init
  3. Open the Xilinx ISE Project Navigator
  4. Create a new project (File -> New Project...)
    • You can enter anything you want for the name, but the Location and Working Directory must be the same as the folder you just cloned the repository into
    • The "Top-level source type" is "HDL"
    • Family: Spartan6
    • Device: XC6SLX9
    • Package: CSG324
    • Speed: -2
    • Preferred Language: Verilog
  5. Add source files (Project -> Add Source...)
    • Select uart_demo.v and mimas_v2.ucf
    • Click "OK"
  6. Open the properties for the "Generate Programming File" process
    • Under "General Options", enable "Create Binary Configuration File"
  7. Run the "Generate Programming File" process

mimas-v2-uart-demo's People

Contributors

cyrozap avatar

Watchers

Ishmeet Bindra 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.