diff options
| author | Nick <[email protected]> | 2019-09-13 08:10:18 -0400 |
|---|---|---|
| committer | Nick <[email protected]> | 2019-09-13 08:10:18 -0400 |
| commit | 3506ac75dcb959ec274fcd68a0097835b3fc94fe (patch) | |
| tree | ee3be8c58a4f4e7dee04e239f15e12a1f5e0c407 /src/gpuwattch/array.cc | |
| parent | 8afd2f13e10d9ac9206d0b494b1ff9864844c713 (diff) | |
Thought this was solved, gave the power model another pass of formatting for comments
Diffstat (limited to 'src/gpuwattch/array.cc')
| -rw-r--r-- | src/gpuwattch/array.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpuwattch/array.cc b/src/gpuwattch/array.cc index eea1e67..108a16b 100644 --- a/src/gpuwattch/array.cc +++ b/src/gpuwattch/array.cc @@ -174,8 +174,8 @@ void ArrayST::optimize_array() { // CAM structures can be heavily pipelined and use // look-ahead techniques, therefore timing can be // relaxed. But McPAT does not model the - // advanced techniques. If continue optimizing, the - // area efficiency will be too low + // advanced techniques. If continue + // optimizing, the area efficiency will be too low // */ // //For CAM and FA, stop opt if area efficiency is too low // if (throughput_overflow==true) |
