Skip to content

ceunican/tpzsimul

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

TOPAZ is a general-purpose interconnection network simulator that allows the modeling a wide variety of message routers with different tradeoffs between speed and precision. TOPAZ comes from SICOSYS simulator, which was originally conceived to obtain results are very close to those obtained by using HDL description of networks components by hardware simulators but at lower computational cost. In order to make the tool easily comprehensible, extensible and reusable, the design of the tool is object-oriented and its implementation is in C++ language. For the models provided, approximately 110 classes, distributed in about 50,000 lines of code have been necessary. The simulator has support for parallel execution using standard POSIX threads. The portability is high: can be used in any UNIX platform with a C++ standard compiler.

Announcements

  • 02/10/2012 Initial release publicly available
  • 05/09/2012 Paper presented at NOCs
  • 07/29/2012 Updated to latest GEM5 version
  • 05/09/2012 Updated to latest ruby API changes in GEM5
  • 04/16/2013 Uploaded LIGERO router. Fully connected crossbar performance with scalable low-cost network?
  • 04/17/2013 Updated Topaz-GEM5 interface to support latest GEM5 stable version (Changeset 926e24224171)
  • 10/11/2013 Updated Topaz-GEM5 interface to support latest GEM5 development version (Changeset ff839efdd92a)
  • 09/03/2014 Updated Topaz-GEM5 interface to support latest GEM5 development version (Changeset 1e2f39859382)
  • 12/17/2014 Updated Topaz-GEM5 interface to support latest GEM5 stable version (Changeset bdb307e8be54 in gem5-dev repo )

Documentation

  • Getting Started A quick guide to understad how to get the sources and compile the simulator.
  • Simulator Configuration How to configure the simulator (A quick review of SGML configuration files, how to define Routers, Netwkorks and Simulation) sand most common command line options
  • Components Available A list of the components availables in the tip
  • GEM5 Integration A small review of GEM5 integration and an introductory HOW-TO for using GEM5 with TOPAZ networks

Support

In order to allow other users to interact, please submit your questions only to the topaz-discuss list .

References

If you use this tool in your research, please cite the following paper:

P.Abad, P.Prieto, L.Menezo, A.Colaso, V.Puente, J.A. Gregorio TOPAZ: An Open-Source Interconnection Network Simulator for Chip Multiprocessors and Supercomputers, NOCS 2012 (pdf)

About

Automatically exported from code.google.com/p/tpzsimul

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.2%
  • Other 0.8%