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

Subversion Repositories i2c

[/] [i2c/] [trunk/] [bench/] [verilog/] [i2c_slave_model.v] - Diff between revs 25 and 43

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

Rev 25 Rev 43
Line 34... Line 34...
////                                                             ////
////                                                             ////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
 
 
//  CVS Log
//  CVS Log
//
//
//  $Id: i2c_slave_model.v,v 1.3 2002-10-30 18:11:06 rherveille Exp $
//  $Id: i2c_slave_model.v,v 1.4 2003-09-11 08:25:37 rherveille Exp $
//
//
//  $Date: 2002-10-30 18:11:06 $
//  $Date: 2003-09-11 08:25:37 $
//  $Revision: 1.3 $
//  $Revision: 1.4 $
//  $Author: rherveille $
//  $Author: rherveille $
//  $Locker:  $
//  $Locker:  $
//  $State: Exp $
//  $State: Exp $
//
//
// Change History:
// Change History:
//               $Log: not supported by cvs2svn $
//               $Log: not supported by cvs2svn $
 
//               Revision 1.3  2002/10/30 18:11:06  rherveille
 
//               Added timing tests to i2c_model.
 
//               Updated testbench.
 
//
//               Revision 1.2  2002/03/17 10:26:38  rherveille
//               Revision 1.2  2002/03/17 10:26:38  rherveille
//               Fixed some race conditions in the i2c-slave model.
//               Fixed some race conditions in the i2c-slave model.
//               Added debug information.
//               Added debug information.
//               Added headers.
//               Added headers.
//
//
Line 327... Line 331...
          $width(posedge scl, normal_scl_high); // scl low time
          $width(posedge scl, normal_scl_high); // scl low time
 
 
          $setup(negedge sda &&& scl, negedge scl, normal_tsu_sta); // start condition
          $setup(negedge sda &&& scl, negedge scl, normal_tsu_sta); // start condition
          $setup(posedge scl, posedge sda &&& scl, normal_tsu_sto); // stop condition
          $setup(posedge scl, posedge sda &&& scl, normal_tsu_sto); // stop condition
 
 
          $setup(posedge tst_sta, posedge tst_scl, normal_sta_sto); // stop to start time
          $setup(posedge tst_sta, posedge tst_sto, normal_sta_sto); // stop to start time
        endspecify
        endspecify
 
 
endmodule
endmodule
 
 
 
 

powered by: WebSVN 2.1.0

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