Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

default.h

Go to the documentation of this file.
00001 
00002 /*
00003  * default.h
00004  *
00005  * This program is free software; you can redistribute it and/or
00006  * modify it under the terms of the GNU General Public License,
00007  * version 2, as published by the Free Software Foundation.
00008  *
00009  * This program is distributed in the hope that it will be useful,
00010  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00011  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00012  * GNU General Public License for more details.
00013  *
00014  * You should have received a copy of the GNU General Public License along
00015  * with this program; if not, write to the Free Software Foundation, Inc.,
00016  * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
00017  *
00018  * Author: Lavina Jain
00019  *
00020  */
00021 
00026 
00027 #ifndef _Default_H_
00028 #define _Default_H_
00029 
00030 topology TOPO = MESH;                   
00031 int num_rows = 4;                       
00032 int num_cols = 4;                       
00033 int num_tiles = num_rows * num_cols;    
00034 
00035 routing_type RT_ALGO  = XY;             
00036 int  LOG = 0;                           
00037 
00038 int NUM_BUFS = 8;       
00039 int FLITSIZE = 5;       
00040 int HEAD_PAYLOAD = 1;   
00041 int DATA_PAYLOAD = 4;   
00042 
00043 ULL WARMUP = 5;         
00044 ULL SIM_NUM = 3000;     
00045 ULL TG_NUM = 1000;      
00046 
00047 double CLK_FREQ = 1;                    
00048 double CLK_PERIOD = (1/CLK_FREQ);       
00049 
00050 #endif

Generated on Mon May 7 19:03:19 2007 for NIRGAM by  doxygen 1.3.9.1