From 96a0ebfc2583e6f92d8287ecd128eb7c634be017 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 13 Sep 2019 07:48:04 -0400 Subject: Revert "Add additional formatting pass on directories" This reverts commit ca563ea85ead434e0d579026b5e66e829af5efe5. --- src/gpuwattch/logic.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/gpuwattch/logic.h') 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 -- cgit v1.3