Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/func #42

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open

Feature/func #42

wants to merge 30 commits into from

Commits on Apr 7, 2023

  1. Add MRS Commmand

    - Add New Memory Request Tpye (MRS) and receive MRS transaction -> This is a temporary method because a typical memory controller does not receive MRS requests externally.
    - Add tMRD, tMOD Timing parameter to support MRS Commmand.
    - MRS Command has high priority than other DRAM command except refresh command.
    - Add deticated transcation queue for MRS Transcation and command queue
      and MRS command.
    hanloveland committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    6da61db View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    348cbf9 View commit details
    Browse the repository at this point in the history
  2. Implementation LRDIMM

    - Support some features of LRDIMM  (e.g., RCD, DB)
    - Not yet implemented LDIMM-specific implementation timing parameters
    - Not yet validated
    hanloveland committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    cf41d23 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    ee78fbe View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Add Data Path from MC to DRAM (only support LRDIMM)

    - It only support when LRDIMM Mode
    - Add Data Variable on Transaction (DDR Command does not have data type)
    - Add Data Memory in each DIMM
    hanloveland committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    857c175 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Add Custom CPU to generate memory request with real Data

    Debug Write/Read Data Path
    Add display the result of data check
    hanloveland committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    4c12414 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    88ce925 View commit details
    Browse the repository at this point in the history
  2. Delete .vscode directory

    hanloveland authored May 24, 2023
    Configuration menu
    Copy the full SHA
    79a104e View commit details
    Browse the repository at this point in the history
  3. Delete dramsim3.json

    hanloveland authored May 24, 2023
    Configuration menu
    Copy the full SHA
    e773db9 View commit details
    Browse the repository at this point in the history
  4. clean code

    hanloveland committed May 24, 2023
    Configuration menu
    Copy the full SHA
    cbe414d View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Implementation of bit swap between DIMM Module and DRAM

    - add write data reshape function
    - add read data reshape function
    - Referenced DRAM DQ mapping from Micron DDR4 SDRAM LRDIMM Spec.
    hanloveland committed May 25, 2023
    Configuration menu
    Copy the full SHA
    66dbdf4 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    a19eb19 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    ea2aeef View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from hanloveland/feature/func

    Feature/func
    hanloveland authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    2834f5f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    99decaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95d6fc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f60908 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55fb970 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Clean Code & Rearrage for code readability

    Add Some Functions
    hanloveland committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    3269ffa View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Add FP16 structure(FP32 <-> FP16 conversion and arithmetic operations…

    … / FixedPoint structure(FP32 <-> Fixed conversion and arithmetic operations
    gkstnwls0 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    d95caa1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from hanloveland/feature/func

    Add FP16 structure(FP32 <-> FP16 conversion and arithmetic operations…
    hanloveland authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    e96c3eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea2ca8d View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Clean Code

    hanloveland committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    e983abd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c064348 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbcf62a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Bug Fix

    hanloveland committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    6dd2f5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2ecc17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b544bd5 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. merge2

    gkstnwls0 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    f8ee9ea View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    95a37a1 View commit details
    Browse the repository at this point in the history