diff options
Diffstat (limited to 'src/mem/simple_dram.hh')
-rw-r--r-- | src/mem/simple_dram.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mem/simple_dram.hh b/src/mem/simple_dram.hh index d8f51a745..1f6e1a837 100644 --- a/src/mem/simple_dram.hh +++ b/src/mem/simple_dram.hh @@ -378,6 +378,7 @@ class SimpleDRAM : public AbstractMemory const uint32_t linesPerRowBuffer; const uint32_t ranksPerChannel; const uint32_t banksPerRank; + const uint32_t channels; uint32_t rowsPerBank; const uint32_t readBufferSize; const uint32_t writeBufferSize; |