Skip to content

Commit

Permalink
renamed WCKtoCK to WCK2CK
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomoerz committed Jul 25, 2024
1 parent 4f8f1a0 commit e1d15d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DRAMPower/DRAMPower/memspec/MemSpecLPDDR5.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MemSpecLPDDR5::MemSpecLPDDR5(const DRAMUtils::MemSpec::MemSpecLPDDR5 &memspec)
banksPerGroup = numberOfBanks / numberOfBankGroups;

memTimingSpec.tCK = memspec.memtimingspec.tCK;
memTimingSpec.WCKtoCK = memspec.memtimingspec.WCKtoCK;
memTimingSpec.WCKtoCK = memspec.memtimingspec.WCK2CK;
memTimingSpec.tWCK = memTimingSpec.tCK / memTimingSpec.WCKtoCK;
memTimingSpec.tRAS = memspec.memtimingspec.RAS;
memTimingSpec.tRCD = memspec.memtimingspec.RCD_S;
Expand Down
2 changes: 1 addition & 1 deletion tests/tests_drampower/resources/lpddr5.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"WTR_L": 0,
"WTR_S": 0,
"WCK2DQO": 2,
"WCKtoCK": 2,
"WCK2CK": 2,
"pbR2act": 0,
"pbR2pbR": 0
},
Expand Down

0 comments on commit e1d15d4

Please sign in to comment.