Merge branch 'push-nzmlkoluornm' into 'develop'

Fix PDXP length in HBM3

See merge request ems/astdm/modeling.dram/dram.sys.5!130
This commit is contained in:
2025-07-22 13:56:31 +02:00

View File

@@ -73,6 +73,7 @@ MemSpecHBM3::MemSpecHBM3(const DRAMUtils::MemSpec::MemSpecHBM3& memSpec) :
commandLengthInCycles[Command::REFAB] = 0.5;
commandLengthInCycles[Command::RFMPB] = 0.5;
commandLengthInCycles[Command::RFMAB] = 0.5;
commandLengthInCycles[Command::PDXP] = 0.5;
commandLengthInCycles[Command::PDXA] = 0.5;
commandLengthInCycles[Command::SREFEX] = 0.5;