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

Subversion Repositories can

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 66 to Rev 67
    Reverse comparison

Rev 66 → Rev 67

/trunk/rtl/verilog/can_top.v
50,6 → 50,9
// CVS Revision History
//
// $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
// can_cs signal used for generation of the cs.
//
175,7 → 178,7
clk_i,
rx_i,
tx_o,
irq_o,
irq_on,
clkout_o
);
 
218,12 → 221,13
input clk_i;
input rx_i;
output tx_o;
output irq_o;
output irq_on;
output clkout_o;
 
reg data_out_fifo_selected;
 
 
wire irq_o;
wire [7:0] data_out_fifo;
wire [7:0] data_out_regs;
 
462,18 → 466,12
.tx_data_11(tx_data_11),
.tx_data_12(tx_data_12)
/* End: Tx data registers */
 
 
 
 
 
 
);
 
 
assign irq_on = ~irq_o;
 
 
 
/* Connecting can_btl module */
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.