Giter Site home page Giter Site logo

truenorth_sim's Introduction

truenorth_sim

introduction: Timing simulator of TrueNorth micro-architecture of IBM for graduation project in Seoul National Univ. TrueNorth is neuromorphic chip which is designed for simulating full human brain. There is two type of simulator, first one is original TrueNorth timing simulator, and second one is upgraded timing simulator. I found that routers and core to core spike sending mechanism are key bottle-neck of the system in the original TrueNorth, so I reinforced routers and protocols in upgraded TrueNorth simulator.

how to change simulator:

  1. workload is generated in coresram.c, in "make_neuron_info" function. you can change options by simply changing defined parameters.
  2. you can change simulating time by changing "SIMTIME" param which is defined in "main.c".
  3. you can change delay of modules by simply changing defined parameters. Almost of parameters are defined in local modules (i,e, neuronblock.c, router.c, scheduler.c, tokencontroller.c, coresram.c)

usuage:

  1. type "cd /truenorth" or "cd /TrueNorth upgrade" and type "make" to make executable files.
  2. "./truenorth -h" will show available options of simulators.
  3. basically, "./truenorth" will initiate simulation, but if you want to see some graphic of activation rate of router, type "./truenorth -g".

truenorth_sim's People

Contributors

dongmoon-min 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.