mem: hmc: serial link model
authorErfan Azarkhish <erfan.azarkhish@unibo.it>
Tue, 3 Nov 2015 18:17:57 +0000 (12:17 -0600)
committerErfan Azarkhish <erfan.azarkhish@unibo.it>
Tue, 3 Nov 2015 18:17:57 +0000 (12:17 -0600)
commit7e3f670457d2705c97078d6a20ee263fabd21ef4
tree48e63ee4bd5e06b03f2b03017979ce48a52312be
parent1530e1a690a7d3c1b028e59d2fa37c88df8e47df
mem: hmc: serial link model

This changeset adds a serial link model for the Hybrid Memory Cube (HMC).
SerialLink is a simple variation of the Bridge class, with the ability to
account for the latency of packet serialization. Also trySendTiming has been
modified to correctly model bandwidth.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
src/mem/SConscript
src/mem/SerialLink.py [new file with mode: 0644]
src/mem/serial_link.cc [new file with mode: 0644]
src/mem/serial_link.hh [new file with mode: 0644]