Giter Site home page Giter Site logo

jdtech3 / flightgpa2 Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 4.23 MB

Implementing a 3D flight simulator in FPGA on the DE1-SoC: this time with help of Nios II!

C 30.48% Assembly 3.09% Makefile 3.59% GDB 0.08% HTML 13.73% Verilog 0.55% VHDL 0.43% Tcl 0.21% Mathematica 0.02% C++ 47.62% Shell 0.01% Python 0.19%

flightgpa2's Introduction

FlightPGA2

Implementing a flight simulator (term used loosely...) in FPGA on the DE1-SoC: this time with help of Nios II!

This is a continuation/rewrite of the first version of the project: FlightGPA, where we tried to do the project in Verilog only.

Dependencies/Platform

Big thanks to glm (OpenGL Mathematics library) licensed under the MIT license, without which this project would not be possible.

Targeted for/tested using:

File organization

  • fpga/: Quartus project for running on FPGA: edited version of "DE1-SoC Computer System"
  • software/: C/C++ code for running on Nios II core
  • bsp/: board support package for Nios II core
  • host/: Python code and data on the host computer, i.e. to provide interface to USB joystick

Patches required

  • glm needs to be patched using glm_PR1264_fix_uninitialized_in_constexpr_warning.patch taken from unmerged PR
  • nios2eds/bin/gnu/nios2-elf/include/c++/5.3.0/bits/random.tcc needs to be patched by turning all std::max(<constant>, ... ) calls into std::max((double)<constant>, ...)

Team

flightgpa2's People

Contributors

jdtech3 avatar swarnavaghosh04 avatar

Stargazers

Gary Zhou 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.