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 137 to Rev 138
    Reverse comparison

Rev 137 → Rev 138

/trunk/rtl/verilog/can_top.v
17,7 → 17,7
//// ////
//////////////////////////////////////////////////////////////////////
//// ////
//// Copyright (C) 2002, 2003 Authors ////
//// Copyright (C) 2002, 2003, 2004 Authors ////
//// ////
//// This source file may be used and distributed without ////
//// restriction provided that this copyright statement is not ////
50,6 → 50,9
// CVS Revision History
//
// $Log: not supported by cvs2svn $
// Revision 1.46 2003/10/17 05:55:20 markom
// mbist signals updated according to newest convention
//
// Revision 1.45 2003/09/30 00:55:13 mohor
// Error counters fixed to be compatible with Bosch VHDL reference model.
// Small synchronization changes.
228,7 → 231,7
clk_i,
rx_i,
tx_o,
tx_oen_o,
bus_off_on,
irq_on,
clkout_o
 
283,7 → 286,7
input clk_i;
input rx_i;
output tx_o;
output tx_oen_o;
output bus_off_on;
output irq_on;
output clkout_o;
 
426,8 → 429,6
wire go_tx;
wire send_ack;
 
 
 
wire rst;
wire we;
wire [7:0] addr;
719,7 → 720,7
/* Tx signal */
.tx(tx_o),
.tx_next(tx_next),
.tx_oen(tx_oen_o),
.bus_off_on(bus_off_on),
 
.go_overload_frame(go_overload_frame),
.go_error_frame(go_error_frame),
832,7 → 833,7
`else
 
// Latching address
always @ (negedge clk_i or posedge rst)
always @ (posedge clk_i or posedge rst)
begin
if (rst)
addr_latched <= 8'h0;

powered by: WebSVN 2.1.0

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