Skip to content

Commit f320500

Browse files
1a1a11aCopilot
andauthored
move cache_obj to header file (1a1a11a#201)
* move cache_obj to header file * Update libCacheSim/include/libCacheSim/cacheObj.h Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update cacheObj.h change assert to DEBUG_ASSERT --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 42cade9 commit f320500

3 files changed

Lines changed: 204 additions & 288 deletions

File tree

libCacheSim/cache/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ add_subdirectory(admission)
77
add_subdirectory(eviction)
88
add_subdirectory(prefetch)
99

10-
add_library(cachelib cache.c cacheObj.c)
10+
add_library(cachelib cache.c)
1111
target_link_libraries(cachelib dataStructure)
1212

1313
target_compile_options(cachelib PRIVATE -fPIC)

libCacheSim/cache/cacheObj.c

Lines changed: 0 additions & 229 deletions
This file was deleted.

0 commit comments

Comments
 (0)