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

Subversion Repositories dbg_interface

[/] [dbg_interface/] [tags/] [new_debug/] [bench/] [verilog/] [dbg_tb.v] - Diff between revs 12 and 13

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

Rev 12 Rev 13
Line 43... Line 43...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.6  2001/10/15 09:52:50  mohor
 
// Wishbone interface added, few fixes for better performance,
 
// hooks for boundary scan testing added.
 
//
// Revision 1.5  2001/09/24 14:06:12  mohor
// Revision 1.5  2001/09/24 14:06:12  mohor
// Changes connected to the OpenRISC access (SPR read, SPR write).
// Changes connected to the OpenRISC access (SPR read, SPR write).
//
//
// Revision 1.4  2001/09/20 10:10:29  mohor
// Revision 1.4  2001/09/20 10:10:29  mohor
// Working version. Few bugs fixed, comments added.
// Working version. Few bugs fixed, comments added.
Line 115... Line 119...
 
 
 
 
// Connecting TAP module
// Connecting TAP module
dbg_top dbgTAP1(.tms_pad_i(P_TMS), .tck_pad_i(P_TCK), .trst_pad_i(P_TRST), .tdi_pad_i(P_TDI),
dbg_top dbgTAP1(.tms_pad_i(P_TMS), .tck_pad_i(P_TCK), .trst_pad_i(P_TRST), .tdi_pad_i(P_TDI),
                .tdo_pad_o(P_TDO),
                .tdo_pad_o(P_TDO),
                .CaptureDR(), .ShiftDR(), .UpdateDR(), .EXTESTSelected(), .BS_CHAIN_I(1'b0),
                .capture_dr_o(), .shift_dr_o(), .update_dr_o(), .extest_selected_o(),
 
                .bs_chain_i(1'b0),
 
 
 
 
                .wb_rst_i(wb_rst_i), .risc_clk_i(Mclk),
                .wb_rst_i(wb_rst_i), .risc_clk_i(Mclk),
                .risc_addr_o(ADDR_RISC), .risc_data_i(DATAOUT_RISC), .risc_data_o(DATAIN_RISC),
                .risc_addr_o(ADDR_RISC), .risc_data_i(DATAOUT_RISC), .risc_data_o(DATAIN_RISC),
                .wp_i(Wp), .bp_i(Bp),
                .wp_i(Wp), .bp_i(Bp),

powered by: WebSVN 2.1.0

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