Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomoerz committed Aug 22, 2024
1 parent b3ba22f commit fdcd6db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions include/DRAMUtils/memspec/standards/MemSpecLPDDR4.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ struct MemTimingSpecTypeLPDDR4
uint64_t RAS;
uint64_t RCD;
uint64_t RL;
uint64_t REFM;
uint64_t REFI;
uint64_t REFIpb;
uint64_t RFCpb;
Expand Down Expand Up @@ -113,7 +112,7 @@ struct MemTimingSpecTypeLPDDR4
uint64_t XSR;
uint64_t RTRS;
};
NLOHMANN_JSONIFY_ALL_THINGS(MemTimingSpecTypeLPDDR4, tCK, CKE, ESCKE, CMDCKE, RAS, RCD, RL, REFM, REFI, REFIpb, RFCpb, RFCab, RPpb, RPab, RCpb, RCab, PPD, FAW, RRD, CCD, CCDMW, RPST, DQSCK, RTP, WL, DQSS, DQS2DQ, WR, WPRE, WTR, XP, SR, XSR, RTRS)
NLOHMANN_JSONIFY_ALL_THINGS(MemTimingSpecTypeLPDDR4, tCK, CKE, ESCKE, CMDCKE, RAS, RCD, RL, REFI, REFIpb, RFCpb, RFCab, RPpb, RPab, RCpb, RCab, PPD, FAW, RRD, CCD, CCDMW, RPST, DQSCK, RTP, WL, DQSS, DQS2DQ, WR, WPRE, WTR, XP, SR, XSR, RTRS)

enum class pasrModesType {
PASR_0,
Expand Down
2 changes: 1 addition & 1 deletion tests/tests_memspec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
### tests_memspec ###
###############################################

cmake_minimum_required(VERSION 3.1.0)
cmake_minimum_required(VERSION 3.5.0)

project(tests_memspec)

Expand Down

0 comments on commit fdcd6db

Please sign in to comment.