Skip to content

Commit

Permalink
Merge pull request #5 from tukl-msd/fix/memspec_fields
Browse files Browse the repository at this point in the history
Fix/memspec fields
  • Loading branch information
marcomoerz authored Jul 25, 2024
2 parents 3887d6d + 2d113a7 commit b1831c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/DRAMUtils/memspec/standards/MemSpecLPDDR5.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ struct MemTimingSpecTypeLPDDR5
uint64_t WTR_L;
uint64_t WTR_S;
uint64_t WCK2DQO;
uint64_t WCKtoCK;
uint64_t WCK2CK;
uint64_t pbR2act;
uint64_t pbR2pbR;
};
NLOHMANN_JSONIFY_ALL_THINGS(MemTimingSpecTypeLPDDR5, tCK, REFI, REFIpb, RFCab, RFCpb, RAS, RPab, RPpb, RCpb, RCab, PPD, RCD_L, RCD_S, FAW, RRD, RL, RBTP, WL, WR, RTRS, BL_n_min_16, BL_n_max_16, BL_n_L_16, BL_n_S_16, BL_n_min_32, BL_n_max_32, BL_n_L_32, BL_n_S_32, WTR_L, WTR_S, WCK2DQO, WCKtoCK, pbR2act, pbR2pbR)
NLOHMANN_JSONIFY_ALL_THINGS(MemTimingSpecTypeLPDDR5, tCK, REFI, REFIpb, RFCab, RFCpb, RAS, RPab, RPpb, RCpb, RCab, PPD, RCD_L, RCD_S, FAW, RRD, RL, RBTP, WL, WR, RTRS, BL_n_min_16, BL_n_max_16, BL_n_L_16, BL_n_S_16, BL_n_min_32, BL_n_max_32, BL_n_L_32, BL_n_S_32, WTR_L, WTR_S, WCK2DQO, WCK2CK, pbR2act, pbR2pbR)

struct BankWiseSpecTypeLPDDR5
{
Expand Down
2 changes: 1 addition & 1 deletion include/DRAMUtils/memspec/standards/MemSpecSTTMRAM.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ NLOHMANN_JSONIFY_ALL_THINGS(MemTimingSpecTypeSTTMRAM, tCK, CKE, CKESR, RAS, RC,

struct MemSpecSTTMRAM : BaseMemSpec
{
static constexpr inline const std::string_view id = "STTMRAM";
static constexpr inline const std::string_view id = "STT-MRAM";
std::string memoryId;

MemArchitectureSpecTypeSTTMRAM memarchitecturespec;
Expand Down

0 comments on commit b1831c9

Please sign in to comment.