From ca563ea85ead434e0d579026b5e66e829af5efe5 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 13 Sep 2019 06:12:34 -0400 Subject: Add additional formatting pass on directories --- 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 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 -- cgit v1.3