PIPS
comEngine.h
Go to the documentation of this file.
1 /*
2 
3  $Id: comEngine.h 23065 2016-03-02 09:05:50Z coelho $
4 
5  Copyright 1989-2016 MINES ParisTech
6 
7  This file is part of PIPS.
8 
9  PIPS is free software: you can redistribute it and/or modify it
10  under the terms of the GNU General Public License as published by
11  the Free Software Foundation, either version 3 of the License, or
12  any later version.
13 
14  PIPS is distributed in the hope that it will be useful, but WITHOUT ANY
15  WARRANTY; without even the implied warranty of MERCHANTABILITY or
16  FITNESS FOR A PARTICULAR PURPOSE.
17 
18  See the GNU General Public License for more details.
19 
20  You should have received a copy of the GNU General Public License
21  along with PIPS. If not, see <http://www.gnu.org/licenses/>.
22 
23 */
24 #ifndef COMENGINE_DEFS
25 #define COMENGINE_DEFS
26 
27 #define FIFO_NUM_MAX 100
28 
29 #define R_EFFECT "R_EFFECT"
30 #define W_EFFECT "W_EFFECT"
31 #define RW_EFFECT "RW_EFFECT"
32 
33 #define GEN_GET_FIFO "GEN_GET_FIFO"
34 #define GEN_WRITE_FIFO "GEN_WRITE_FIFO"
35 #define READ_FIFO "READ_FIFO"
36 #define WRITE_FIFO "WRITE_FIFO"
37 #define GEN_GET_BUFF "GEN_GET_BUFF"
38 #define GEN_WRITE_BUFF "GEN_WRITE_BUFF"
39 #define WAIT_FOR_NEXT_STEP "WAIT_FOR_NEXT_STEP"
40 #define GEN_LOAD_MMCD "GEN_LOAD_MMCD"
41 #define GEN_STORE_MMCD "GEN_STORE_MMCD"
42 #define START_HRE "START_HRE"
43 #define WAIT_FOR_HRE "WAIT_FOR_HRE"
44 
45 #endif