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

Subversion Repositories i2c

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /i2c/trunk
    from Rev 74 to Rev 75
    Reverse comparison

Rev 74 → Rev 75

/rtl/vhdl/i2c_master_bit_ctrl.vhd
319,7 → 319,7
(fSCL(1) and fSCL(0));
sSDA <= (fSDA(2) and fSDA(1)) or
(fSDA(2) and fSDA(0)) or
(fSCL(1) and fSCL(0));
(fSDA(1) and fSDA(0));
 
dSCL <= sSCL;
dSDA <= sSDA;

powered by: WebSVN 2.1.0

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