00001 ######################################################################## 00002 # 00003 # MNEMOSYNE USER-MODE 00004 # 00005 ######################################################################## 00006 00007 00008 00009 ######################################################################## 00010 # M_PCM_EMULATE_CRASH: PCM emulation layer emulates system crashes 00011 ######################################################################## 00012 00013 M_PCM_EMULATE_CRASH = False 00014 00015 ######################################################################## 00016 # M_PCM_EMULATE_LATENCY: PCM emulation layer emulates latency 00017 ######################################################################## 00018 00019 M_PCM_EMULATE_LATENCY = False 00020 00021 ######################################################################## 00022 # M_PCM_CPUFREQ: CPU frequency in GHz used by the PCM emulation layer to 00023 # calculate latencies 00024 ######################################################################## 00025 00026 M_PCM_CPUFREQ = 2500 00027 00028 ######################################################################## 00029 # M_PCM_LATENCY_WRITE: Latency of a PCM write in nanoseconds. This 00030 # latency is in addition to the DRAM latency. 00031 ######################################################################## 00032 00033 M_PCM_LATENCY_WRITE = 150 00034 00035 ######################################################################## 00036 # M_PCM_BANDWIDTH_MB: Bandwidth to PCM in MB/s. This is used to model 00037 # sequential writes. 00038 ######################################################################## 00039 00040 M_PCM_BANDWIDTH_MB = 1200