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

extern.h

Go to the documentation of this file.
00001 
00002 /*
00003  * extern.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 _Extern_H_
00028 #define _Extern_H_
00029 
00030 #include <string>
00031 
00032 extern topology TOPO;           
00033 extern int num_rows;            
00034 extern int num_cols;            
00035 extern int num_tiles;           
00036 extern sc_clock *nw_clock;      
00037 
00038 extern routing_type RT_ALGO;    
00039 extern int LOG;                 
00040 extern ULL WARMUP;              
00041 extern ULL SIM_NUM;             
00042 extern ULL TG_NUM;              
00043 
00044 extern int NUM_BUFS;            
00045 extern int FLITSIZE;            
00046 extern int HEAD_PAYLOAD;        
00047 extern int DATA_PAYLOAD;        
00048 
00049 extern ofstream eventlog;       
00050 extern sc_trace_file* tracefile;
00051 extern ofstream results_log;    
00052 
00053 extern double CLK_FREQ;         
00054 extern double CLK_PERIOD;       
00055 
00056 #endif
00057  

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