OpenCores
URL https://opencores.org/ocsvn/s1_core/s1_core/trunk

Subversion Repositories s1_core

[/] [s1_core/] [trunk/] [hdl/] [rtl/] [sparc_core/] [sparc_ifu_thrcmpl.v] - Diff between revs 105 and 113

Only display areas with differences | Details | Blame | View Log

Rev 105 Rev 113
// ========== Copyright Header Begin ==========================================
// ========== Copyright Header Begin ==========================================
// 
// 
// OpenSPARC T1 Processor File: sparc_ifu_thrcmpl.v
// OpenSPARC T1 Processor File: sparc_ifu_thrcmpl.v
// Copyright (c) 2006 Sun Microsystems, Inc.  All Rights Reserved.
// Copyright (c) 2006 Sun Microsystems, Inc.  All Rights Reserved.
// DO NOT ALTER OR REMOVE COPYRIGHT NOTICES.
// DO NOT ALTER OR REMOVE COPYRIGHT NOTICES.
// 
// 
// The above named program is free software; you can redistribute it and/or
// The above named program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public
// modify it under the terms of the GNU General Public
// License version 2 as published by the Free Software Foundation.
// License version 2 as published by the Free Software Foundation.
// 
// 
// The above named program is distributed in the hope that it will be 
// The above named program is distributed in the hope that it will be 
// useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
// useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
// General Public License for more details.
// General Public License for more details.
// 
// 
// You should have received a copy of the GNU General Public
// You should have received a copy of the GNU General Public
// License along with this work; if not, write to the Free Software
// License along with this work; if not, write to the Free Software
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
// 
// 
// ========== Copyright Header End ============================================
// ========== Copyright Header End ============================================
 
`ifdef SIMPLY_RISC_TWEAKS
 
`define SIMPLY_RISC_SCANIN .si(0)
 
`else
 
`define SIMPLY_RISC_SCANIN .si()
 
`endif
////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
/*
/*
//  Module Name: sparc_ifu_thrcmpl
//  Module Name: sparc_ifu_thrcmpl
//  Description:
//  Description:
//  The thread completion block processes the completion signals fomr
//  The thread completion block processes the completion signals fomr
//  the different cpu blocks and generates a unified completion
//  the different cpu blocks and generates a unified completion
//  signal.
//  signal.
*/
*/
 
 
module sparc_ifu_thrcmpl(/*AUTOARG*/
module sparc_ifu_thrcmpl(/*AUTOARG*/
   // Outputs
   // Outputs
   completion, wm_imiss, wm_other,
   completion, wm_imiss, wm_other,
   // Inputs
   // Inputs
   clk, se, si, reset, fcl_ifq_icmiss_s1, erb_dtu_ifeterr_d1,
   clk, se, si, reset, fcl_ifq_icmiss_s1, erb_dtu_ifeterr_d1,
   sw_cond_s, en_spec_g, atr_s, dtu_fcl_thr_active, ifq_dtu_thrrdy,
   sw_cond_s, en_spec_g, atr_s, dtu_fcl_thr_active, ifq_dtu_thrrdy,
   ifq_dtu_pred_rdy, exu_lop_done, branch_done_d, fixedop_done,
   ifq_dtu_pred_rdy, exu_lop_done, branch_done_d, fixedop_done,
   ldmiss, spec_ld_d, trap, retr_thr_wakeup, flush_wake_w2,
   ldmiss, spec_ld_d, trap, retr_thr_wakeup, flush_wake_w2,
   ldhit_thr, spec_ld_g, clear_wmo_e,wbm_spc_stall,wbm_spc_resume,wait_state, wm_stbwait, stb_retry,
   ldhit_thr, spec_ld_g, clear_wmo_e, wm_stbwait, stb_retry,
   rst_thread, trap_thrrdy, thr_s2, thr_e, thr_s1, fp_thrrdy,
   rst_thread, trap_thrrdy, thr_s2, thr_e, thr_s1, fp_thrrdy,
   lsu_ifu_ldst_cmplt, sta_done_e, killed_inst_done_e
   lsu_ifu_ldst_cmplt, sta_done_e, killed_inst_done_e
   );
   );
 
 
   input     clk, se, si, reset;
   input     clk, se, si, reset;
 
 
   input     fcl_ifq_icmiss_s1;
   input     fcl_ifq_icmiss_s1;
   input     erb_dtu_ifeterr_d1;
   input     erb_dtu_ifeterr_d1;
 
 
   input     sw_cond_s;
   input     sw_cond_s;
   input     en_spec_g;
   input     en_spec_g;
   input     atr_s;
   input     atr_s;
 
 
   input [3:0] dtu_fcl_thr_active;
   input [3:0] dtu_fcl_thr_active;
   input [3:0] ifq_dtu_thrrdy,         // I$ miss completion
   input [3:0] ifq_dtu_thrrdy,         // I$ miss completion
               ifq_dtu_pred_rdy,
               ifq_dtu_pred_rdy,
                           exu_lop_done,  // mul, div, wrpr, sav, rest
                           exu_lop_done,  // mul, div, wrpr, sav, rest
               branch_done_d,
               branch_done_d,
                           fixedop_done;           // br, rdsr, wrs/pr, 
                           fixedop_done;           // br, rdsr, wrs/pr, 
   input [3:0] ldmiss,
   input [3:0] ldmiss,
                           spec_ld_d,
                           spec_ld_d,
                           trap,
                           trap,
                           retr_thr_wakeup,
                           retr_thr_wakeup,
                           flush_wake_w2,
                           flush_wake_w2,
                           ldhit_thr,
                           ldhit_thr,
                           spec_ld_g;
                           spec_ld_g;
 
 
   input       clear_wmo_e;input wbm_spc_stall;input wbm_spc_resume;output wait_state;wire wait_next;
   input       clear_wmo_e;
   input [3:0] wm_stbwait,
   input [3:0] wm_stbwait,
               stb_retry;
               stb_retry;
 
 
   input [3:0] rst_thread,
   input [3:0] rst_thread,
                           trap_thrrdy;
                           trap_thrrdy;
 
 
   input [3:0] thr_s2,
   input [3:0] thr_s2,
                           thr_e,
                           thr_e,
                           thr_s1;
                           thr_s1;
 
 
   input [3:0] fp_thrrdy;
   input [3:0] fp_thrrdy;
 
 
   input [3:0] lsu_ifu_ldst_cmplt;          // sta local, ld and atomic done
   input [3:0] lsu_ifu_ldst_cmplt;          // sta local, ld and atomic done
 
 
   input       sta_done_e,
   input       sta_done_e,
                           killed_inst_done_e;        // long lat op was killed
                           killed_inst_done_e;        // long lat op was killed
 
 
   // .. Other completion signals needed
   // .. Other completion signals needed
   // 1. STA completion from LSU -- real mem done 10/03, local TBD
   // 1. STA completion from LSU -- real mem done 10/03, local TBD
   // 2. Atomic completion  -- done
   // 2. Atomic completion  -- done
   // 3. membar completion (lsu) -- done
   // 3. membar completion (lsu) -- done
   // 4. flush completion (lsu)
   // 4. flush completion (lsu)
   // 5. FP op completion (ffu)
   // 5. FP op completion (ffu)
   // 
   // 
 
 
   output [3:0] completion;
   output [3:0] completion;
   output [3:0] wm_imiss;
   output [3:0] wm_imiss;
   output [3:0] wm_other;
   output [3:0] wm_other;
 
 
   // local signals
   // local signals
   wire [3:0]   wm_imiss,
   wire [3:0]   wm_imiss,
                            wm_other,
                            wm_other,
                            wmi_nxt,
                            wmi_nxt,
                            wmo_nxt;
                            wmo_nxt;
 
 
   wire [3:0]   clr_wmo_thr_e;
   wire [3:0]   clr_wmo_thr_e;
 
 
   wire [3:0]   ldst_thrrdy,
   wire [3:0]   ldst_thrrdy,
                            ld_thrrdy,
                            ld_thrrdy,
                            sta_thrrdy,
                            sta_thrrdy,
                            killed_thrrdy,
                            killed_thrrdy,
                            fp_thrrdy,
                            fp_thrrdy,
                pred_ifq_rdy,
                pred_ifq_rdy,
                imiss_thrrdy,
                imiss_thrrdy,
                            other_thrrdy;
                            other_thrrdy;
   //   wire [3:0]      can_imiss;
   //   wire [3:0]      can_imiss;
 
 
   //---------------------------------------------------------------------- 
   //---------------------------------------------------------------------- 
   // Code begins here
   // Code begins here
   //----------------------------------------------------------------------
   //----------------------------------------------------------------------
 
 
   // Thread completion
   // Thread completion
   // Since an imiss can overlap with anything else, have to make sure
   // Since an imiss can overlap with anything else, have to make sure
   // the imiss condition has been cleared.
   // the imiss condition has been cleared.
   // Imiss itself has to make sure ALL OTHER conditions have been
   // Imiss itself has to make sure ALL OTHER conditions have been
   // cleared.  In this code, I am not checking for branches being
   // cleared.  In this code, I am not checking for branches being
   // cleared, since Imiss is assumed to take much longer than a branch.
   // cleared, since Imiss is assumed to take much longer than a branch.
   // -- may not be a valid assumption, since milhits could be faster
   // -- may not be a valid assumption, since milhits could be faster
 
 
//   assign  can_imiss = fcl_ifq_canthr;
//   assign  can_imiss = fcl_ifq_canthr;
                        // & (wm_imiss | ({4{fcl_ifq_icmiss_s1}} & thr_s1));
                        // & (wm_imiss | ({4{fcl_ifq_icmiss_s1}} & thr_s1));
 
 
   dffr #(4) wmi_ff(.din (wmi_nxt),
   dffr_s #(4) wmi_ff(.din (wmi_nxt),
                              .clk (clk),
                              .clk (clk),
                              .q   (wm_imiss),
                              .q   (wm_imiss),
                              .rst (reset),
                              .rst (reset),
                              .se  (se), .si(), .so());
                              .se  (se), `SIMPLY_RISC_SCANIN, .so());
 
 
   dffr #(4) wmo_ff(.din (wmo_nxt),
   dffr_s #(4) wmo_ff(.din (wmo_nxt),
                              .clk (clk),
                              .clk (clk),
                              .q   (wm_other),
                              .q   (wm_other),
                              .rst (reset),
                              .rst (reset),
                              .se  (se), .si(), .so());
                              .se  (se), `SIMPLY_RISC_SCANIN, .so());
 
 
   assign  wmi_nxt = ({4{fcl_ifq_icmiss_s1}} & thr_s1) | // set
   assign  wmi_nxt = ({4{fcl_ifq_icmiss_s1}} & thr_s1) | // set
                                   ({4{erb_dtu_ifeterr_d1}} & thr_e) |
                                   ({4{erb_dtu_ifeterr_d1}} & thr_e) |
                                           (wm_imiss & ~imiss_thrrdy);    // reset
                                           (wm_imiss & ~imiss_thrrdy);    // reset
 
 
   // clear wm_other when we have a retracted store
   // clear wm_other when we have a retracted store
   assign  clr_wmo_thr_e = {4{clear_wmo_e}} & thr_e;
   assign  clr_wmo_thr_e = {4{clear_wmo_e}} & thr_e;
 
 
   assign  wmo_nxt = (({4{sw_cond_s}} & thr_s2 & ~clr_wmo_thr_e) |
   assign  wmo_nxt = (({4{sw_cond_s}} & thr_s2 & ~clr_wmo_thr_e) |
                                  trap | ldmiss) & dtu_fcl_thr_active |
                                  trap | ldmiss) & dtu_fcl_thr_active |
                      rst_thread |  // set
                      rst_thread |  // set
                                  wm_other & dtu_fcl_thr_active &
                                  wm_other & dtu_fcl_thr_active &
                                  ~(other_thrrdy | spec_ld_d | clr_wmo_thr_e); // reset
                                  ~(other_thrrdy | spec_ld_d | clr_wmo_thr_e); // reset
 
 
   // A load hit signal is always for the load which is being filled
   // A load hit signal is always for the load which is being filled
   // to the RF.  If speculation is enabled, the load would have
   // to the RF.  If speculation is enabled, the load would have
   // completed even before the hit signal.  So need to suppress the
   // completed even before the hit signal.  So need to suppress the
   // completions signal.
   // completions signal.
 
 
   // load miss, st buf hit, ld/st alternate completion
   // load miss, st buf hit, ld/st alternate completion
   assign ldst_thrrdy = lsu_ifu_ldst_cmplt & ~spec_ld_g;
   assign ldst_thrrdy = lsu_ifu_ldst_cmplt & ~spec_ld_g;
   assign ld_thrrdy = ldhit_thr & {4{~en_spec_g}};
   assign ld_thrrdy = ldhit_thr & {4{~en_spec_g}};
   assign sta_thrrdy = thr_e & {4{sta_done_e}};
   assign sta_thrrdy = thr_e & {4{sta_done_e}};
   assign killed_thrrdy = thr_e & {4{killed_inst_done_e}};
   assign killed_thrrdy = thr_e & {4{killed_inst_done_e}};
 
 
   // everthing else
   // everthing else
   assign other_thrrdy = (ldst_thrrdy     |     // ld, sta local, atomic
   assign other_thrrdy = (ldst_thrrdy     |     // ld, sta local, atomic
                          branch_done_d   |     // br
                          branch_done_d   |     // br
                                ld_thrrdy       |     // load hit without spec
                                ld_thrrdy       |     // load hit without spec
                                exu_lop_done    |     // mul, div, win mgmt
                                exu_lop_done    |     // mul, div, win mgmt
                                fixedop_done    |     // rdsr, wrspr
                                fixedop_done    |     // rdsr, wrspr
                                killed_thrrdy   |     // ll op was anulled
                                killed_thrrdy   |     // ll op was anulled
                            retr_thr_wakeup |     // retract cond compl
                            retr_thr_wakeup |     // retract cond compl
                                flush_wake_w2   |     // wake up after ecc 
                                flush_wake_w2   |     // wake up after ecc 
                                fp_thrrdy       |     // fp completion
                                fp_thrrdy       |     // fp completion
                                sta_thrrdy      |     // sta to real memory
                                sta_thrrdy      |     // sta to real memory
                                trap_thrrdy);         // trap
                                trap_thrrdy);         // trap
 
 
   // Imiss predicted ready
   // Imiss predicted ready
   assign pred_ifq_rdy = ifq_dtu_pred_rdy & {4{~atr_s}} & dtu_fcl_thr_active;
   assign pred_ifq_rdy = ifq_dtu_pred_rdy & {4{~atr_s}} & dtu_fcl_thr_active;
   assign imiss_thrrdy = pred_ifq_rdy | ifq_dtu_thrrdy;
   assign imiss_thrrdy = pred_ifq_rdy | ifq_dtu_thrrdy;
 
 
//   assign completion[0] = imiss_thrrdy & (~(wm_other | wm_stbwait) |
//   assign completion = imiss_thrrdy & (~(wm_other | wm_stbwait) |
//                                                                     other_thrrdy) |       //see C1
//                                                                     other_thrrdy) |       //see C1
//                                 other_thrrdy & (~(wm_imiss | wmi_nxt));
//                                 other_thrrdy & (~(wm_imiss | wmi_nxt));
 
 
//   assign completion[0] = (imiss_thrrdy & ~(wm_other | wm_stbwait) |
//   assign completion = (imiss_thrrdy & ~(wm_other | wm_stbwait) |
//                                  other_thrrdy & ~(wm_stbwait | wm_imiss) |
//                                  other_thrrdy & ~(wm_stbwait | wm_imiss) |
//                        stb_retry & ~(wm_other | wm_imiss) |
//                        stb_retry & ~(wm_other | wm_imiss) |
//                        imiss_thrrdy & other_thrrdy & ~wm_stbwait |
//                        imiss_thrrdy & other_thrrdy & ~wm_stbwait |
//                        imiss_thrrdy & stb_retry & ~wm_other |
//                        imiss_thrrdy & stb_retry & ~wm_other |
//                        stb_retry & other_thrrdy & ~wm_imiss);
//                        stb_retry & other_thrrdy & ~wm_imiss);
 
 
   assign completion[0] = ((imiss_thrrdy | ~wm_imiss) &
   assign completion = ((imiss_thrrdy | ~wm_imiss) &
                        (other_thrrdy | ~wm_other) &
                        (other_thrrdy | ~wm_other) &
                        (stb_retry | ~wm_stbwait) &
                        (stb_retry | ~wm_stbwait) &
                        (wm_imiss | wm_other | wm_stbwait|wait_state));
                        (wm_imiss | wm_other | wm_stbwait));
 
 
   // C1: should we do ~(wm_other | wmo_nxt)??
   // C1: should we do ~(wm_other | wmo_nxt)??
   // When an imiss is pending, we cannot be doing another fetch, so I
   // When an imiss is pending, we cannot be doing another fetch, so I
   // don't think so.  It seems nice and symmetric to put it in
   // don't think so.  It seems nice and symmetric to put it in
   // though, unfortunately this results in a timing problem on swc_s 
   // though, unfortunately this results in a timing problem on swc_s 
   // and trap
   // and trap
 
 
assign wait_next=wbm_spc_stall|(wait_state & ~wbm_spc_resume);
 
dffr wait_ff(.din(wait_next),.q(wait_state),.clk(clk),.rst(reset),.se(se),.si(),.so());
 
assign completion[1]=completion[0];
 
assign completion[2]=completion[0];
 
assign completion[3]=completion[0];
 
endmodule // sparc_ifu_thrcmpl
endmodule // sparc_ifu_thrcmpl
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.