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

Subversion Repositories dbg_interface

[/] [dbg_interface/] [tags/] [sdram_test_working/] [rtl/] [verilog/] [dbg_top.v] - Diff between revs 36 and 37

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 36 Rev 37
Line 43... Line 43...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.21  2002/03/08 15:28:16  mohor
 
// Structure changed. Hooks for jtag chain added.
 
//
// Revision 1.20  2002/02/06 12:23:09  mohor
// Revision 1.20  2002/02/06 12:23:09  mohor
// LatchedJTAG_IR used when muxing TDO instead of JTAG_IR.
// LatchedJTAG_IR used when muxing TDO instead of JTAG_IR.
//
//
// Revision 1.19  2002/02/05 13:34:51  mohor
// Revision 1.19  2002/02/05 13:34:51  mohor
// Stupid bug that was entered by previous update fixed.
// Stupid bug that was entered by previous update fixed.
Line 144... Line 147...
 
 
                // Instructions
                // Instructions
                IDCODESelected, CHAIN_SELECTSelected, DEBUGSelected,
                IDCODESelected, CHAIN_SELECTSelected, DEBUGSelected,
 
 
                // TAP signals
                // TAP signals
                trst, tck, tdi, TDOData,
                trst_in, tck, tdi, TDOData,
 
 
                BypassRegister
                BypassRegister
 
 
              );
              );
 
 
Line 189... Line 192...
input         ShiftDR;
input         ShiftDR;
input         Exit1DR;
input         Exit1DR;
input         UpdateDR;
input         UpdateDR;
input         UpdateDR_q;
input         UpdateDR_q;
 
 
input trst;
input trst_in;
input tck;
input tck;
input tdi;
input tdi;
 
 
input BypassRegister;
input BypassRegister;
 
 
Line 227... Line 230...
 
 
reg           wb_AccessTck;                 // Indicates access to the WISHBONE
reg           wb_AccessTck;                 // Indicates access to the WISHBONE
reg [31:0]    WBReadLatch;                  // Data latched during WISHBONE read
reg [31:0]    WBReadLatch;                  // Data latched during WISHBONE read
reg           WBErrorLatch;                 // Error latched during WISHBONE read
reg           WBErrorLatch;                 // Error latched during WISHBONE read
 
 
 
wire trst;
 
 
 
 
wire [31:0]             RegDataIn;        // Data from registers (read data)
wire [31:0]             RegDataIn;        // Data from registers (read data)
wire [`CRC_LENGTH-1:0]  CalculatedCrcOut; // CRC calculated in this module. This CRC is apended at the end of the TDO.
wire [`CRC_LENGTH-1:0]  CalculatedCrcOut; // CRC calculated in this module. This CRC is apended at the end of the TDO.
 
 
wire RiscStall_reg;                       // RISC is stalled by setting the register bit
wire RiscStall_reg;                       // RISC is stalled by setting the register bit
Line 317... Line 322...
  wire BitCounter_Lt40;
  wire BitCounter_Lt40;
 
 
`endif
`endif
 
 
 
 
 
assign trst = ~trst_in;                   // trst_pad_i is active low
 
 
 
 
 
 
 
 
 
 
/**********************************************************************************
/**********************************************************************************
*                                                                                 *
*                                                                                 *
*   JTAG_DR:  JTAG Data Register                                                  *
*   JTAG_DR:  JTAG Data Register                                                  *

powered by: WebSVN 2.1.0

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