diff options
| author | Nick <[email protected]> | 2019-09-13 06:12:34 -0400 |
|---|---|---|
| committer | Nick <[email protected]> | 2019-09-13 06:12:34 -0400 |
| commit | ca563ea85ead434e0d579026b5e66e829af5efe5 (patch) | |
| tree | d771dfcce1447e7197d0dc7031be248d8874f121 /src/gpuwattch/processor.cc | |
| parent | b7776785a18d3f4e6229cd625f92c11b55894b75 (diff) | |
Add additional formatting pass on directories
Diffstat (limited to 'src/gpuwattch/processor.cc')
| -rw-r--r-- | src/gpuwattch/processor.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gpuwattch/processor.cc b/src/gpuwattch/processor.cc index 96c3351..b5b5cfb 100644 --- a/src/gpuwattch/processor.cc +++ b/src/gpuwattch/processor.cc @@ -1084,7 +1084,8 @@ void Processor::set_proc_param() { // if (procdynp.numCore<1) // { - // cout<<" The target processor should at least have one core on chip." + // cout<<" The target processor should at least have one core on + // chip." //<<endl; // exit(0); // } @@ -1135,7 +1136,7 @@ void Processor::set_proc_param() { interface_ip.F_sz_um = interface_ip.F_sz_nm / 1000; //***********This section of code does not have real meaning, they are just to - //ensure all data will have initial value to prevent errors. + // ensure all data will have initial value to prevent errors. // They will be overridden during each components initialization interface_ip.cache_sz = 64; interface_ip.line_sz = 1; |
