Giter Site home page Giter Site logo

ahmad-zaklouta / ode-solver-chip Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mido3ds/ode-solver-chip

0.0 1.0 0.0 7.92 MB

Design, implementation, test and synthesis of a chip that solves ODE equations

VHDL 95.07% Stata 2.77% Shell 0.89% Python 1.27%

ode-solver-chip's Introduction

ode-solver-chip

Design, implementation, test and synthesis of a chip which solves ODE equations.

Team 5

Name Section B. N
Evram Youssef 1 9
Remonda Talaat 1 20
Reham Gamal 1 21
Mahmoud Adas 2 21
Mohamed Shawky 2 16
Mazen Amr 2 8
Mohamed Ahmed Ibrahim 2 9
Mahmoud Ahmed 2 20

Requirements

  • docker 19.03.6
  • gnu-bash 4.4.19(1)-release
  • gtkwave (only to view simulation output) 3.3.93
  • python3
  • python3-pip

After Installing Docker

  1. Run Docker Daemon

    $ sudo systemctl enable --now docker

  2. To run docker without sudo (https://docs.docker.com/engine/install/linux-postinstall/):

$ sudo groupadd docker
$ sudo usermod -aG docker $USER
$ newgrp docker 

Run non vunit tests

To compile and run x.vhdl in directories src or test/non_vunit :

$ ./run x

All non-vunit tests has .do files, you can load them into modelsim.

Run vunit tests

  • To compile and run all vunit tests:

    $ ./run-test

  • To compile and run vunit test y.vhdl in directory test :

    $ ./run-test y

View waveform

  • If file y.vhdl has test case with name some_test_name , you can view its waveform (after ./run-test ) with:

    $ ./wave y.some_test_case

$ ./list-tests lists all available test cases.

  • If y.vhdl is not vunit test file, then type $ ./wave y

View vunit logs

To view logs of test case some_test_name of file y.vhdl :

$ ./logs y.some_test_case

ode-solver-chip's People

Contributors

mido3ds avatar evraa avatar darkgeekms avatar mahmoudsebak avatar mohamedahmedibrahem avatar mazen930 avatar rehamgamal97 avatar

Watchers

James Cloos 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.