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

Subversion Repositories can

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

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

Rev 28 Rev 29
Line 48... Line 48...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.4  2003/02/09 02:24:33  mohor
 
// Bosch license warning added. Error counters finished. Overload frames
 
// 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
// backup.
// backup.
//
//
// Revision 1.2  2003/01/14 12:19:35  mohor
// Revision 1.2  2003/01/14 12:19:35  mohor
// rx_fifo is now working.
// rx_fifo is now working.
Line 89... Line 93...
  acceptance_mask_1,
  acceptance_mask_1,
  acceptance_mask_2,
  acceptance_mask_2,
  acceptance_mask_3,
  acceptance_mask_3,
 
 
  go_rx_crc_lim,
  go_rx_crc_lim,
  go_rx_idle,
  go_rx_inter,
 
 
  data0,
  data0,
  data1,
  data1,
  rtr1,
  rtr1,
  rtr2,
  rtr2,
Line 123... Line 127...
input   [7:0] acceptance_mask_0;
input   [7:0] acceptance_mask_0;
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_idle;
input         go_rx_inter;
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 342... Line 346...
            end
            end
        end
        end
      else
      else
        id_ok <=#Tp match;
        id_ok <=#Tp match;
    end
    end
  else if (reset_mode | go_rx_idle)   // sample_point is already included in go_rx_idle
  else if (reset_mode | go_rx_inter)        // 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.