DRAMsim3
DRAMsim3 copied to clipboard
fix index increment
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.