6 Star 4 Fork 3

ZhouHeyu / simulation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CMakeLists.txt 654 Bytes
一键复制 编辑 原始数据 按行查看 历史
ZhouHeyu 提交于 2018-07-31 20:30 . 添加pure_ADCT代码
cmake_minimum_required(VERSION 3.9)
project(simulation)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_C_FLAGS "-m32")
set(CMAKE_SHARED_LINKER_FLAG "-m32" "lm")
add_executable(simulation
main.c
flash.c
dftl.c
dftl.h
flash.h
fast.c
fast.h
type.h global.h SSDsim.c SSDsim.h Interface.c Interface.h Cache.c Cache.h LRU.c LRU.h CFLRU.h CFLRU.c List.c List.h
CASA.c CASA.h BlkList.c BlkList.h FAB.c FAB.h
ADLRU.h ADLRU.c BPLRU.c BPLRU.h
LRUWSR.c LRUWSR.h CCFLRU.c CCFLRU.h ADCT.c ADCT.h HotDataAware.c HotDataAware.h pure_ADCT.c pure_ADCT.h)
target_link_libraries(simulation m)
C
1
https://gitee.com/ZhouHeyu/simulation.git
git@gitee.com:ZhouHeyu/simulation.git
ZhouHeyu
simulation
simulation
master

搜索帮助