Git Product home page Git Product logo

pynoxim's Introduction

pynoxim

Pynoxim is not Python bindings of noxim but Python script to run noxim in a simple and better way. Noxim is written by Dr. Davide Patti and his team which simulates a wired or wireless network-on-chip (NoC). Noxim uses YAML based configuration to run a network-on-chip simulation, at a time, you can only run one network configuration. As we know that we require simulations performed at different packet injection rate (PIR), different routing algorithm. If we will run simulations creating different YAML files for all desired parameters, we will have to create and edit various YAML config files. Pynoxim is written to minimize this work and speed up the result acquisition and plotting.

Different parameters can be given ranges and different standard plots can be generated quick. Pynoxim simply generates the YAML config files (using pyyaml module) for the parametric analysis and runs it through noxim. After simulation it records the results in a csv file (using numpy module) and also generates plot files using matplotlib module. Pynoxim is cross-platform script. Only Noxim is required to be compiled for desired platform.

Pynoxim is written as a course project (for 'Design and Test of Multi-core chips') by Rounak Singh under Dr. Amlan Ganguly at Rochester Institute of Technology, Rochester, NY, USA.

Prerequisites

  1. noxim -- compile it using the script or instructions found here. https://github.com/davidepatti/noxim
  2. Install python > version 3.5. https://www.python.org/downloads/ Make sure that you have updated version of pip and setuptools.
  3. Matplotlib -- python module for plotting
  4. pyyaml -- python module for YAML
  5. numpy -- python module for numerical matrices and analysis.

Run the following command to install remaining dependency.

$ pip3 install matplotlib pyyaml numpy

If you have python 2 also installed on your system, make sure that you are using python3 by using

$ python3 ./pynoxim.py

or enter following at the bottom of the ~/.bashrc file. It will make 'python' and 'pip' to point to python version 3.x

alias python=python3
alias pip=pip3

pynoxim's People

Contributors

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