diff options
| author | Nick <[email protected]> | 2019-09-13 07:48:04 -0400 |
|---|---|---|
| committer | Nick <[email protected]> | 2019-09-13 07:48:04 -0400 |
| commit | 96a0ebfc2583e6f92d8287ecd128eb7c634be017 (patch) | |
| tree | d8337c6979b420f5075aeebefcc676b46cf6e639 /src/gpuwattch/logic.h | |
| parent | ca563ea85ead434e0d579026b5e66e829af5efe5 (diff) | |
Revert "Add additional formatting pass on directories"
This reverts commit ca563ea85ead434e0d579026b5e66e829af5efe5.
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 9a1d3e6..df00837 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 |
