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

Subversion Repositories can

[/] [can/] [trunk/] [rtl/] [verilog/] [can_bsp.v] - Diff between revs 129 and 130

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

Rev 129 Rev 130
Line 48... Line 48...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.45  2003/09/30 21:14:33  mohor
 
// Error counters changed.
 
//
// Revision 1.44  2003/09/30 00:55:12  mohor
// Revision 1.44  2003/09/30 00:55:12  mohor
// Error counters fixed to be compatible with Bosch VHDL reference model.
// Error counters fixed to be compatible with Bosch VHDL reference model.
// Small synchronization changes.
// Small synchronization changes.
//
//
// Revision 1.43  2003/09/25 18:55:49  mohor
// Revision 1.43  2003/09/25 18:55:49  mohor
Line 334... Line 337...
  send_ack
  send_ack
 
 
  /* Bist */
  /* Bist */
`ifdef CAN_BIST
`ifdef CAN_BIST
  ,
  ,
  scanb_rst,
  mbist_si_i,
  scanb_clk,
  mbist_so_o,
  scanb_si,
  mbist_ctrl_i
  scanb_so,
 
  scanb_en
 
`endif
`endif
);
);
 
 
parameter Tp = 1;
parameter Tp = 1;
 
 
Line 467... Line 468...
output        go_tx;
output        go_tx;
output        send_ack;
output        send_ack;
 
 
/* Bist */
/* Bist */
`ifdef CAN_BIST
`ifdef CAN_BIST
input         scanb_rst;
input         mbist_si_i;
input         scanb_clk;
output        mbist_so_o;
input         scanb_si;
input [`CAN_MBIST_CTRL_WIDTH - 1:0] mbist_ctrl_i;       // bist chain shift control
output        scanb_so;
 
input         scanb_en;
 
`endif
`endif
 
 
reg           reset_mode_q;
reg           reset_mode_q;
reg     [5:0] bit_cnt;
reg     [5:0] bit_cnt;
 
 
Line 1430... Line 1429...
  .info_empty(info_empty),
  .info_empty(info_empty),
  .info_cnt(rx_message_counter)
  .info_cnt(rx_message_counter)
 
 
`ifdef CAN_BIST
`ifdef CAN_BIST
  ,
  ,
  .scanb_rst(scanb_rst),
  .mbist_si_i(mbist_si_i),
  .scanb_clk(scanb_clk),
  .mbist_so_o(mbist_so_o),
  .scanb_si(scanb_si),
  .mbist_ctrl_i(mbist_ctrl_i)
  .scanb_so(scanb_so),
 
  .scanb_en(scanb_en)
 
`endif
`endif
);
);
 
 
 
 
// Transmitting error frame.
// Transmitting error frame.

powered by: WebSVN 2.1.0

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