dramninjasUMD

Results 21 comments of dramninjasUMD

Just out of curiosity, have you tried running other, simpler binaries in this disk image? Maybe something like `ls`?

Is this the same question as in Issue #20? This modification looks OK to me.

This is quite strange -- can you try to add `strace` before your command to see why you are trying to access /dev/shm (/dev/shm is the device node for shared...

Unfortunately this is not possible with DRAMSim2's current architecture. Since DRAMSim2 is cycle-based, the update() function is basically the clock tick function. Even if there are no requests, there is...

After speaking with a colleague in our group, he told me that there have been other people who have complained about the speed of DRAMSim2. The only benchmarking I did...

I have been through DRAMSim2 with a not-so-simple profiler and I agree there are some pretty serious issues. At some point I was putting together a series of patches to...

As far as the RAWs, the data being returned is still incorrect? I thought I tested this case somewhat thoroughly, but I'll have to look at it again. For the...

To make things easier, could you either email me your test program to dramninjas at gmail or post it in a pastebin/github gist/etc.?

Are you using git? If so, would you mind posting a diff instead of freeform code? The github markup screwed up all the formatting in your post.

I actually realized that github let me edit your post and I added three backticks to mark your code as a code block so now it is much easier to...