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

Fix CMake error for ddr4_zen2_zen3_pub and add DRAM config for i7-10700 (CometLake) #1

Open
wants to merge 1 commit into
base: ddr4_zen2_zen3_pub
Choose a base branch
from

Conversation

iamywang
Copy link

  • Fix CMake error

    • modify target_compile_definitions and target_link_libraries from blacksmith to zenHammer
  • DRAM config for i7-10700

    • On my own PC, I found the DRAM function for i7-10700 is the same as Skylake ... CoffeeLake
    • For --geometry 1,2,4, DRAM layout is [0x2040,0x14000, 0x28000]
    • For --geometry 1,4,4, DRAM layout is [0x2040, 0x24000, 0x48000, 0x90000]
    • bank_shift, bank_mask, row_shift, row_mask, column_shift, column_mask, dram_matrix, addr_matrix are generated according to your mat-gen.py from issues #4 of blacksmith repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant