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 144 to Rev 145
    Reverse comparison

Rev 144 → Rev 145

/trunk/rtl/verilog/can_bsp.v
50,6 → 50,9
// CVS Revision History
//
// $Log: not supported by cvs2svn $
// Revision 1.48 2004/05/12 15:58:41 igorm
// Core improved to pass all tests with the Bosch VHDL Reference system.
//
// Revision 1.47 2004/02/08 14:24:10 mohor
// Error counters changed.
//
1886,8 → 1889,8
arbitration_lost <= 1'b0;
else if (go_rx_idle | error_frame_ended | reset_mode)
arbitration_lost <=#Tp 1'b0;
else if (transmitter & sample_point & tx & arbitration_field)
arbitration_lost <=#Tp (~sampled_bit);
else if (transmitter & sample_point & tx & arbitration_field & ~sampled_bit)
arbitration_lost <=#Tp 1'b1;
end
 
 

powered by: WebSVN 2.1.0

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