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

Subversion Repositories can

[/] [can/] [trunk/] [rtl/] [verilog/] [can_acf.v] - Diff between revs 135 and 143

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

Rev 135 Rev 143
Line 48... Line 48...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.8  2004/02/08 14:16:44  mohor
 
// Header changed.
 
//
// Revision 1.7  2003/07/16 13:41:34  mohor
// Revision 1.7  2003/07/16 13:41:34  mohor
// Fixed according to the linter.
// Fixed according to the linter.
//
//
// Revision 1.6  2003/02/10 16:02:11  mohor
// Revision 1.6  2003/02/10 16:02:11  mohor
// CAN is working according to the specification. WB interface and more
// CAN is working according to the specification. WB interface and more
Line 341... Line 344...
    id_ok <= 1'b0;
    id_ok <= 1'b0;
  else if (go_rx_crc_lim)                   // sample_point is already included in go_rx_crc_lim
  else if (go_rx_crc_lim)                   // sample_point is already included in go_rx_crc_lim
    begin
    begin
      if (extended_mode)
      if (extended_mode)
        begin
        begin
          if (acceptance_filter_mode)       // dual filter
          if (~acceptance_filter_mode)      // dual filter
            begin
            begin
              if (ide)                      // extended frame message
              if (ide)                      // extended frame message
                id_ok <=#Tp match_df_ext;
                id_ok <=#Tp match_df_ext;
              else                          // standard frame message
              else                          // standard frame message
                id_ok <=#Tp match_df_std;
                id_ok <=#Tp match_df_std;

powered by: WebSVN 2.1.0

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