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/logic.h | |
| parent | b7776785a18d3f4e6229cd625f92c11b55894b75 (diff) | |
Add additional formatting pass on directories
Diffstat (limited to 'src/gpuwattch/logic.h')
| -rw-r--r-- | src/gpuwattch/logic.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gpuwattch/logic.h b/src/gpuwattch/logic.h index df00837..9a1d3e6 100644 --- a/src/gpuwattch/logic.h +++ b/src/gpuwattch/logic.h @@ -172,9 +172,9 @@ class Pipeline : public Component { double WNANDp; double load_per_pipeline_stage; // int Hthread, num_thread, fetchWidth, decodeWidth, issueWidth, - //commitWidth, instruction_length; + // commitWidth, instruction_length; // int PC_width, opcode_length, num_arch_reg_tag, - //data_width,num_phsical_reg_tag, address_width; + // data_width,num_phsical_reg_tag, address_width; // bool thread_clock_gated; // bool in_order, multithreaded; void compute_stage_vector(); @@ -185,9 +185,9 @@ class Pipeline : public Component { // class core_pipeline :public pipeline{ // public: // int Hthread, num_thread, fetchWidth, decodeWidth, issueWidth, -//commitWidth, instruction_length; +// commitWidth, instruction_length; // int PC_width, opcode_length, num_arch_reg_tag, -//data_width,num_phsical_reg_tag, address_width; +// data_width,num_phsical_reg_tag, address_width; // bool thread_clock_gated; // bool in_order, multithreaded; // core_pipeline(bool _is_default, const InputParameter |
