MFMv2.0.10
Movable Feast Machine Simulator 2.0.10
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
LocalConfig.h
1 #ifndef LOCALCONFIG_H
2 #define LOCALCONFIG_H
3 
4 #include "CoreConfig.h"
5 #include "ParamConfig.h"
6 #include "main.h"
7 #include "P3Atom.h"
8 
9 namespace MFM {
10  // typedef ParamConfig<64,4,8,40> OurParamConfig;
11  typedef ParamConfig<96,4,8,50> OurParamConfig;
12  typedef P3Atom<OurParamConfig> OurAtom;
13  typedef CoreConfig<OurAtom,OurParamConfig> OurCoreConfig;
14 }
15 
16 #endif /* LOCALCONFIG_H */