Skip to content

Commit

Permalink
add compile codes for replacement policy
Browse files Browse the repository at this point in the history
  • Loading branch information
SeonjinNa committed Mar 27, 2024
1 parent 44f1fb5 commit 0214384
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,14 @@ macsim_src = [
'src/cs_disas.cc',
'src/resource.cc',
'src/mmu.cc',
'src/tlb.cc'
'src/tlb.cc',
# Cache replacement policy added
'src/cache_replacement/rrip.h',
'src/cache_replacement/rrip.cc',
# 'src/cache_replacement/ucp.h',
# 'src/cache_replacement/ucp.cc',
# 'src/cache_replacement/tadip.h',
# 'src/cache_replacement/tadip.cc',
]


Expand Down

0 comments on commit 0214384

Please sign in to comment.