DRAMSim2
DRAMSim2 copied to clipboard
DRAMSim2: A cycle accurate DRAM simulator
Problem: running a simple profiler, I see that the program spends so much time in this function: unsigned dramsim_log2(unsigned) in SystemConfiguration.h dramsim_log2 is used too frequently. For example, it is...
Hi, In your pdf DRAMSim2 Quick Reference guide, you talk about how DRAMSim2 models command timing interactions with the protocol table (figure 2). Specifically, my question is about row 3,...
I have integrated DRAMSim2 with Gem5 FS mode but the linux boot process becomes very very slow and benchmark execution is almost not possible due to slow speed. I found...
Dears, I get the below error while creating a new rank object because of adding new bankstates (nextWrite_H & nextRead_H) in BankState.h and BankState.cpp. Do you know why? class BankState...
Dears, What is the difference between schemes in addressmapping.cpp ? On what parameters I can use one of them ? Thanks and BR, Ahmed Shafik
I would like to use DRAMSim2 in trace mode but with traces of my own applications. What tools could I use to generate a 'k6' or 'mase' trace file?
Dears, I get the below error after running the DRAMSim2 on long run cycles (e.g. 140 cycle). Can ypu help me why I got this error ? I know that...
I've been using DRAMSim2 with the Marss simulator for a few days and am currently trying to configure the machine that I want to be simulated. I have been getting...
Hi All, I want to use MARSSx86+DramSim2 to count the row buffer hit ratio. Several variables were added to class BankState as follows: ``` C++ ####################################################### class BankState { ostream...
Hi All, I used MARSSx86+DramSim2 to got the row buffer miss rate of test suites in PARSEC. But the result is too low to be true. I first added my...