README 451 B

12345678
  1. DRAMsim3 models the timing paramaters and memory controller behavior
  2. for several DRAM protocols such as DDR3, DDR4, LPDDR3, LPDDR4, GDDR5,
  3. GDDR6, HBM, HMC, STT-MRAM. It is implemented in C++ as an objected
  4. oriented model that includes a parameterized DRAM bank model, DRAM
  5. controllers, command queues and system-level interfaces to interact
  6. with a CPU simulator (GEM5, ZSim) or trace workloads. It is designed
  7. to be accurate, portable and parallel.