alecLI7 / booksim2

BookSim 2.0

Home Page:http://nocs.stanford.edu/booksim.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BookSim Interconnection Network Simulator

BookSim is a cycle-accurate interconnection network simulator. Originally developed for and introduced with the Principles and Practices of Interconnection Networks book, its functionality has since been continuously extended. The current major release, BookSim 2.0, supports a wide range of topologies such as mesh, torus and flattened butterfly networks, provides diverse routing algorithms and includes numerous options for customizing the network's router microarchitecture.


If you use BookSim in your research, we would appreciate the following citation in any publications to which it has contributed:

Nan Jiang, Daniel U. Becker, George Michelogiannakis, James Balfour, Brian Towles, John Kim and William J. Dally. A Detailed and Flexible Cycle-Accurate Network-on-Chip Simulator. In Proceedings of the 2013 IEEE International Symposium on Performance Analysis of Systems and Software, 2013.

Usage Tips

Step 1: environment preparation

sudo apt-get install texlive-latex-base flex bison

Step 2: get BookSim 2.0 User's Guide

cd doc/
make all

Step 3: start simulation

cd src/
make all
./booksim examples/mesh88_lat

About

BookSim 2.0

http://nocs.stanford.edu/booksim.html

License:Other


Languages

Language:C++ 97.7%Language:C 1.1%Language:Shell 0.7%Language:Makefile 0.3%Language:Lex 0.1%Language:Yacc 0.1%