Skip to content

Commit

Permalink
typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Liu-Cheng committed Apr 18, 2017
1 parent f591001 commit 0cc8dc9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ SystemC which is a C++ library for parallel hardware description is efficient
for developing cycle-accurate hardware accelerators. While
memory is critical to many hardware accelerator design and delicate memory access
is required for the sake of performance as well as other design trade-offs,there are few open
source cycle-accurate DDR models immediately available for SystemC.
source cycle-accurate DDR models immediately available for SystemC.
Myoungsoo \[6\] developed a SystemC interface on top of DRAMSim2
which has limited DDR models supported. Ramulator is ralative new, and it a fast
which has limited DDR models supported. Ramulator is ralative new and it is a fast
and cycle-accurate DRAM simulator \[1\] that supports a wide array of commercial, as well as
academic, DRAM standards:

Expand All @@ -32,7 +32,8 @@ Copy and Initialization.* MICRO
Accesses.* HPCA 2014.](https://users.ece.cmu.edu/~omutlu/pub/dram-access-refresh-parallelization_hpca14.pdf)
[\[6\] Myoungsoo Jung. *SCIC: A System C Interface Converter for DRAMSim.* 2011.](https://github.com/LBNL-CODEX/DRAMSim_SystemC)

With Ramulator we may explore hardware accelerators on many state-of-art memory models.
Thus it is adopted in this project. With Ramulator, we may explore hardware
accelerators on many state-of-art memory models.
As it is initially devloped for memory architecture research and can't be used directly in a
SystemC design, we aim to integrate ramulator in a SystemC design in this project. To utilize the
Ramulator as a memory model in a SystemC design, we mainly solved the following problems:
Expand Down

0 comments on commit 0cc8dc9

Please sign in to comment.