Skip to content

Commit 0352317

Browse files
committed
fix HBM3 missing json field
1 parent 1161e63 commit 0352317

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/DRAMUtils/DRAMUtils/memspec/standards/MemSpecHBM3.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838

3939
#include <string_view>
4040
#include <string>
41+
#include <optional>
42+
4143
#include "DRAMUtils/util/json_utils.h"
4244

4345
#include "DRAMUtils/memspec/BaseMemSpec.h"
@@ -62,7 +64,7 @@ struct MemArchitectureSpecTypeHBM3
6264
uint64_t RAAMMT;
6365
uint64_t RAADEC;
6466
};
65-
NLOHMANN_JSONIFY_ALL_THINGS(MemArchitectureSpecTypeHBM3, nbrOfRows, nbrOfColumns, burstLength, maxBurstLength, dataRate, width, nbrOfChannels, nbrOfPseudoChannels, nbrOfDevices, nbrOfBanks, nbrOfBankGroups, RAAIMT, RAAMMT, RAADEC)
67+
NLOHMANN_JSONIFY_ALL_THINGS(MemArchitectureSpecTypeHBM3, nbrOfRows, nbrOfColumns, burstLength, maxBurstLength, dataRate, width, nbrOfChannels, nbrOfPseudoChannels, nbrOfDevices, nbrOfBanks, nbrOfBankGroups, nbrOfStacks, RAAIMT, RAAMMT, RAADEC)
6668

6769
struct MemTimingSpecTypeHBM3
6870
{

0 commit comments

Comments
 (0)