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

Subversion Repositories can

[/] [can/] [trunk/] [rtl/] [verilog/] [can_acf.v] - Diff between revs 29 and 30

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

Rev 29 Rev 30
Line 48... Line 48...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.5  2003/02/09 18:40:29  mohor
 
// Overload fixed. Hard synchronization also enabled at the last bit of
 
// interframe.
 
//
// Revision 1.4  2003/02/09 02:24:33  mohor
// Revision 1.4  2003/02/09 02:24:33  mohor
// Bosch license warning added. Error counters finished. Overload frames
// Bosch license warning added. Error counters finished. Overload frames
// still need to be fixed.
// still need to be fixed.
//
//
// Revision 1.3  2003/01/31 01:13:37  mohor
// Revision 1.3  2003/01/31 01:13:37  mohor
Line 94... Line 98...
  acceptance_mask_2,
  acceptance_mask_2,
  acceptance_mask_3,
  acceptance_mask_3,
 
 
  go_rx_crc_lim,
  go_rx_crc_lim,
  go_rx_inter,
  go_rx_inter,
 
  go_error_frame,
 
 
  data0,
  data0,
  data1,
  data1,
  rtr1,
  rtr1,
  rtr2,
  rtr2,
Line 128... Line 133...
input   [7:0] acceptance_mask_1;
input   [7:0] acceptance_mask_1;
input   [7:0] acceptance_mask_2;
input   [7:0] acceptance_mask_2;
input   [7:0] acceptance_mask_3;
input   [7:0] acceptance_mask_3;
input         go_rx_crc_lim;
input         go_rx_crc_lim;
input         go_rx_inter;
input         go_rx_inter;
 
input         go_error_frame;
input   [7:0] data0;
input   [7:0] data0;
input   [7:0] data1;
input   [7:0] data1;
input         rtr1;
input         rtr1;
input         rtr2;
input         rtr2;
input         ide;
input         ide;
Line 346... Line 352...
            end
            end
        end
        end
      else
      else
        id_ok <=#Tp match;
        id_ok <=#Tp match;
    end
    end
  else if (reset_mode | go_rx_inter)        // sample_point is already included in go_rx_inter
  else if (reset_mode | go_rx_inter | go_error_frame)        // sample_point is already included in go_rx_inter
    id_ok <=#Tp 0;
    id_ok <=#Tp 0;
end
end
 
 
 
 
 
 

powered by: WebSVN 2.1.0

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