Skip to content

alirezamahini/ICA-Mapping-simulator-

Repository files navigation

========================================================================
    CONSOLE APPLICATION : p1 Project Overview
========================================================================
These codes can help you to simulate application mapping on a mesh based multi-core 
architecture.
you can define the size of mesh platform in the main() function at p1.cpp by passing constructor arguments in platform class.
Also you can determine the application graph which must be tested by entering the graph file name in p1.cpp( via doing an insertion at #define GRAPH_NAME )
This file contains a summary of what you will find in each of the files that
make up your TASK_MAPPING application.


p1.cpp
    This is the main application source file.
Graph folder contains files that represent the simulated application graph.
create an empty c++ console application in vc and adding all cpp and h files.
then copr Graph folder to debug folder of your project, finally run the project.
/////////////////////////////////////////////////////////////////////////////
Other standard files:

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file
    named p1.pch and a precompiled types file named StdAfx.obj.

/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" comments to indicate parts of the source code you
should add to or customize.

/////////////////////////////////////////////////////////////////////////////

About

a simulator for mapping a communication task graph to a mesh based multicore architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published