Skip to content

Commit fe3fd08

Browse files
author
marcomoerz
committed
added HBM2 memarchitecturespec/nbrOfStacks
1 parent cfd9d73 commit fe3fd08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/DRAMUtils/DRAMUtils/memspec/standards/MemSpecHBM2.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ struct MemArchitectureSpecTypeHBM2
5757
uint64_t nbrOfDevices;
5858
uint64_t nbrOfBanks;
5959
uint64_t nbrOfBankGroups;
60+
uint64_t nbrOfStacks;
6061
};
61-
NLOHMANN_JSONIFY_ALL_THINGS(MemArchitectureSpecTypeHBM2, nbrOfRows, nbrOfColumns, burstLength, maxBurstLength, dataRate, width, nbrOfChannels, nbrOfPseudoChannels, nbrOfDevices, nbrOfBanks, nbrOfBankGroups)
62+
NLOHMANN_JSONIFY_ALL_THINGS(MemArchitectureSpecTypeHBM2, nbrOfRows, nbrOfColumns, burstLength, maxBurstLength, dataRate, width, nbrOfChannels, nbrOfPseudoChannels, nbrOfDevices, nbrOfBanks, nbrOfBankGroups, nbrOfStacks)
6263

6364
struct MemTimingSpecTypeHBM2
6465
{

0 commit comments

Comments
 (0)