diff options
Diffstat (limited to 'src/gpuwattch/memoryctrl.cc')
| -rw-r--r-- | src/gpuwattch/memoryctrl.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpuwattch/memoryctrl.cc b/src/gpuwattch/memoryctrl.cc index d145ce1..f13c695 100644 --- a/src/gpuwattch/memoryctrl.cc +++ b/src/gpuwattch/memoryctrl.cc @@ -35,6 +35,7 @@ * Tayler Hetherington, University of British Columbia * * Ahmed ElTantawy, University of British Columbia * ********************************************************************/ +// clang-format off #include "io.h" #include "parameter.h" #include "const.h" @@ -48,7 +49,7 @@ #include <assert.h> #include "memoryctrl.h" #include "basic_components.h" - +// clang-format on /* overview of MC models: * McPAT memory controllers are modeled according to large number of industrial data points. * The Basic memory controller architecture is base on the Synopsis designs |
