issues
search
comparch-security
/
FlexiCAS
A Flexible Cache Architectural Simulator
Other
11
stars
3
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update README.md
#162
wsong83
closed
1 week ago
0
bugfix:flush needs to lock the corresponding queue lock
#161
HanJinChi
closed
1 month ago
0
How to generate .expect file?
#160
dzwduan
closed
1 month ago
2
bugfix:set permissions need to be elevated during sync
#159
HanJinChi
closed
1 month ago
0
Add some checks for whether it is L1 in the policy to optimize performace
#158
HanJinChi
closed
1 month ago
0
lock all probe
#157
HanJinChi
closed
1 month ago
0
Dynamic random
#156
wangzd12138
closed
1 month ago
0
fix replacer concurrency issue with atomic variable
#155
wsong83
closed
1 month ago
0
add swap function to support chameleon and dynamic random cache
#154
wangzd12138
closed
1 month ago
1
add ZSEV monitor
#153
wangzd12138
closed
1 month ago
0
add remap monitor base
#152
wangzd12138
closed
1 month ago
0
replace assert error
#151
HanJinChi
closed
1 month ago
4
Permission needs to be elevated during eviction
#150
HanJinChi
closed
2 months ago
1
refactor dynamic random cache into a separate file
#149
wangzd12138
closed
2 months ago
1
Support prefetch
#148
wsong83
closed
2 months ago
0
add simple remap monitor and inner will actually do remapping
#147
wangzd12138
closed
2 months ago
0
Merge master
#146
wangzd12138
closed
2 months ago
1
Simplify the code implementation of parallel_regression
#145
HanJinChi
closed
2 months ago
0
A working multi-thread enabled 3-level inclusive regression test
#144
wsong83
closed
2 months ago
0
bugfix:adjust the order of finish; fix the locking order of meta_outer in probe
#143
HanJinChi
closed
2 months ago
1
add three level cache check for multi-thread l3
#142
HanJinChi
closed
2 months ago
1
bug fix: Adjust the order of finish; fix the locking order of meta_outer in probe
#141
HanJinChi
closed
2 months ago
1
remove the useless isLLC template parameter
#140
wsong83
closed
2 months ago
0
add hit function to remap
#139
wangzd12138
closed
2 months ago
0
Make coherence policy implemented in static classes
#138
wsong83
closed
2 months ago
0
Update autoconf template files to support out-of-tree building
#137
xxie-xd
closed
2 months ago
0
bugfix for replace choose set
#136
wangzd12138
closed
2 months ago
0
add next indexer
#135
wangzd12138
closed
2 months ago
1
Use relocate
#134
wangzd12138
closed
2 months ago
0
utilizing C++11 std features to simplify code
#133
wsong83
closed
2 months ago
0
Concurrent access to exactly the same block?
#132
wsong83
opened
3 months ago
2
modify relocation function for multiple caches
#131
wangzd12138
closed
2 months ago
0
partially revert the previous PR and hopefully do destructors properly this time
#130
wsong83
closed
3 months ago
0
merge updates from master to random cache
#129
wsong83
closed
3 months ago
0
remove unnecessary constructor and destructor
#128
wsong83
closed
3 months ago
0
Add a magic interface for PFC monitors
#127
wsong83
closed
3 months ago
0
further tweak the use of relocate function
#126
wsong83
closed
3 months ago
0
make the relocate function more flexible for multiple cases
#125
wsong83
closed
3 months ago
0
make relocate form MIRAGE usable for other structures
#124
wsong83
closed
3 months ago
0
move relocation out of MIRAGE as it now needed in many cache structures
#123
wsong83
closed
3 months ago
0
show the log for multithread test in case it fails on Git Action
#122
wsong83
closed
3 months ago
0
use relocated-meta in remapping
#121
wangzd12138
closed
3 months ago
0
remove unnecessary support and rename CacheSkewedDR
#120
wangzd12138
closed
3 months ago
0
Merge master
#119
wangzd12138
closed
3 months ago
1
use relocated-meta in remapping
#118
wangzd12138
closed
3 months ago
0
support relocate in metadata
#117
wsong83
closed
3 months ago
0
PR#95 Review Adjustments
#116
wangzd12138
closed
3 months ago
0
proactively support prefetch in replacers
#115
wsong83
closed
3 months ago
0
update from spike
#114
wsong83
closed
3 months ago
0
delist a cache block from free list when it is invalidated by a parallel probe
#113
wsong83
closed
3 months ago
0
Next