#ifndef _CONFIG_H_ #define _CONFIG_H_ #define NB_MAX_TRANS 40 #define NB_MAX_INSTS 20 #define LINE_SIZE 16 #define CACHE_LINES 256 #endif