RichardLuo79

Results 13 comments of RichardLuo79

Hi, Yes. You can use the `TraceRecorder` memory controller plugin (/src/dram_controller/impl/plugin/trace_recorder.cpp) to record such traces

Hi, Thanks for spotting this issue! - May I know what configurations you are using for the LPDDR5 experiments? - `receive_external_requests()` has no fixed transaction size on its own. The...

Hi, We recently pushed some bug fixes involving state updates and timing parameters in LPDDR5 (#27 and #32). Could you please let us know if these fixes solve your issue?...

Hi, We are working on adding more & better statistics output to Ramulator 2. Meanwhile, if you need some statistics urgently, you can easily add them: Take a look at...

Hi, I could not reproduce this error on my side. Could you provide more information on the build environment (e.g., compiler toolchain version, cmake version, make version)?

Hi, We will bring back Row Policy support in a next update soon.

Hi Saeideh, We have updated the repo to include the already configured verilog model (in verilog_verification/sources) and some scripts to convert the Ramulator 2 traces to testbenches and check the...

Hi, Thanks for spotting this. Ramulator 2.0 does support writes in the DRAM model. The reason for this is that the `SimpleO3` processor frontend that comes with Ramulator 2.0 does...

Hi, `m_internal_prefetch_size` refer to how much data are fetched for burst RD/WR operation of the DRAM chip (in the units of the channel width). This is used to calculate the...