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

Subversion Repositories can

[/] [can/] [tags/] [rel_10/] [rtl/] [verilog/] [can_top.v] - Diff between revs 66 and 67

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

Rev 66 Rev 67
Line 48... Line 48...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.30  2003/03/20 17:01:17  mohor
 
// unix.
 
//
// Revision 1.28  2003/03/14 19:36:48  mohor
// Revision 1.28  2003/03/14 19:36:48  mohor
// can_cs signal used for generation of the cs.
// can_cs signal used for generation of the cs.
//
//
// Revision 1.27  2003/03/12 05:56:33  mohor
// Revision 1.27  2003/03/12 05:56:33  mohor
// Bidirectional port_0_i changed to port_0_io.
// Bidirectional port_0_i changed to port_0_io.
Line 173... Line 176...
  `endif
  `endif
  cs_can_i,
  cs_can_i,
  clk_i,
  clk_i,
  rx_i,
  rx_i,
  tx_o,
  tx_o,
  irq_o,
  irq_on,
  clkout_o
  clkout_o
);
);
 
 
parameter Tp = 1;
parameter Tp = 1;
 
 
Line 216... Line 219...
 
 
input        cs_can_i;
input        cs_can_i;
input        clk_i;
input        clk_i;
input        rx_i;
input        rx_i;
output       tx_o;
output       tx_o;
output       irq_o;
output       irq_on;
output       clkout_o;
output       clkout_o;
 
 
reg          data_out_fifo_selected;
reg          data_out_fifo_selected;
 
 
 
 
 
wire         irq_o;
wire   [7:0] data_out_fifo;
wire   [7:0] data_out_fifo;
wire   [7:0] data_out_regs;
wire   [7:0] data_out_regs;
 
 
 
 
/* Mode register */
/* Mode register */
Line 460... Line 464...
  .tx_data_9(tx_data_9),
  .tx_data_9(tx_data_9),
  .tx_data_10(tx_data_10),
  .tx_data_10(tx_data_10),
  .tx_data_11(tx_data_11),
  .tx_data_11(tx_data_11),
  .tx_data_12(tx_data_12)
  .tx_data_12(tx_data_12)
  /* End: Tx data registers */
  /* End: Tx data registers */
 
 
 
 
 
 
 
 
 
 
 
 
);
);
 
 
 
 
 
assign irq_on = ~irq_o;
 
 
 
 
/* Connecting can_btl module */
/* Connecting can_btl module */
can_btl i_can_btl
can_btl i_can_btl
(
(

powered by: WebSVN 2.1.0

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