Skip to content

davidepatti/noxim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

708 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noxim - the NoC Simulator

Welcome to Noxim, the Network-on-Chip Simulator developed at the University of Catania (Italy). The Noxim simulator is developed using SystemC, a system description language based on C++, and it can be downloaded under GPL license terms.

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

V. Catania, A. Mineo, S. Monteleone, M. Palesi and D. Patti, "Improving the energy efficiency of wireless Network on Chip architectures through online selective buffers and receivers shutdown," 2016 13th IEEE Annual Consumer Communications & Networking Conference (CCNC), Las Vegas, NV, 2016, pp. 668-673, doi: 10.1109/CCNC.2016.7444860. Scopus reference

V. Catania, A. Mineo, S. Monteleone, M. Palesi and D. Patti, "Energy efficient transceiver in wireless Network on Chip architectures," 2016 Design, Automation & Test in Europe Conference & Exhibition (DATE), Dresden, 2016, pp. 1321-1326. Scopus reference

Registration

To receive information about new Noxim features, updates and events, please register here: Registration Form

What's New ?

[22nd April 2026]

  • Added a deterministic regression test suite with pinned YAML configurations and golden outputs
  • Added ./regression.sh for reproducible simulator verification across mesh and delta topologies
  • Added the Noxim User Guide in Markdown and PDF
  • Happy birthday to Noxim co-author 0xff!

[March 2018]

  • Support for virtual channels for improved traffic management
  • Support for multiple radio-frequency channels for each Radio-Hub
  • New yaml examples (please update yours, since format is slightly different)

[April 2017] Noxim tutorial slides from lecture given at "Advanced Computer Architectures" (ELEC3219 - University of Southampton)

[June 2015] Massively improved version of Noxim. Major changes include:

  • Wireless transmission support
  • Hub connections for eterogeneous topologies
  • YAML configuration file for all features/parameters
  • Totally rewritten power model to support fine-grained estimation
  • Modular plugin-like addition of Routing/Selection strategies
  • Optional accurate logs for deep debugging (see DEBUG in Makefile)

Installation & Quick Start

If you are working on Ubuntu, you can install noxim and all the dependencies with the following command: (BE sure of copying the entire line, i.e., ending with "ubuntu.sh)

bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/davidepatti/noxim/master/other/setup/ubuntu.sh)

Similarly for macOS:

/bin/zsh -c "$(curl -fsSL https://raw.githubusercontent.com/davidepatti/noxim/master/other/setup/macos.zsh)"

As an alternative to the full automatic setup scripts above, you can just clone the sources:

git clone https://github.com/davidepatti/noxim.git
cd noxim

and then build from the repository root with:

./build.sh

This fixes the local dependencies under bin/libs and compiles bin/noxim.

For deterministic regression checks from the repository root, run:

./regression.sh

This rebuilds the simulator, runs the curated regression suite under other/regression/, and compares the normalized simulator summaries with the committed golden outputs. To refresh those golden outputs after intentionally changing simulator behavior, use:

./regression.sh --update

If you already cloned the repository and want to populate the local dependencies expected by bin/Makefile, run:

./other/setup/fix-dependencies.sh

This installs SystemC into bin/libs/systemc-2.3.1 and yaml-cpp into bin/libs/yaml-cpp. ./other/setup/systemc.sh is kept as a compatibility alias to the same flow.

Noxim has a command line interface for defining several parameters of a NoC. In particular the user can customize the network size, buffer size, packet size distribution, routing algorithm, selection strategy, packet injection rate, traffic time distribution, traffic pattern, hot-spot traffic distribution.

The simulator allows NoC evaluation in terms of throughput, delay and power consumption. This information is delivered to the user both in terms of average and per-communication results.

In detail, the user is allowed to collect different evaluation metrics including the total number of received packets/flits, global average throughput, max/min global delay, total energy consumption, per-communications delay/throughput/energy etc.

The Noxim simulator is shipped along with Noxim Explorer, a tool useful during the design space exploration phase. Infact, Noxim Explorer executes many simulations using Noxim in order to explore the design space, and modifying the configuration parameters for each simulation. Noxim Explorer will create new configuration parameters for you, or complete the exploration according to the information read from a script (known as exploration script or space file).

About

Network on Chip Simulator

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages