DRAMsim3 icon indicating copy to clipboard operation
DRAMsim3 copied to clipboard

fix index increment

Open mjtsai opened this issue 4 years ago • 0 comments

By gdb debugging for the segmentation fault, I found the index 'i' is over the size of accu_Pmap[case_id] in the basic example. Maybe it's not 'i' increment but 'k' increment. After change the index, the example can run to finish.

mjtsai avatar Dec 15 '21 13:12 mjtsai