URL
https://opencores.org/ocsvn/i2c/i2c/trunk
[/] [i2c/] [trunk/] [rtl/] [vhdl/] [i2c_master_bit_ctrl.vhd] - Diff between revs 72 and 75
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 72 |
Rev 75 |
Line 317... |
Line 317... |
sSCL <= (fSCL(2) and fSCL(1)) or
|
sSCL <= (fSCL(2) and fSCL(1)) or
|
(fSCL(2) and fSCL(0)) or
|
(fSCL(2) and fSCL(0)) or
|
(fSCL(1) and fSCL(0));
|
(fSCL(1) and fSCL(0));
|
sSDA <= (fSDA(2) and fSDA(1)) or
|
sSDA <= (fSDA(2) and fSDA(1)) or
|
(fSDA(2) and fSDA(0)) or
|
(fSDA(2) and fSDA(0)) or
|
(fSCL(1) and fSCL(0));
|
(fSDA(1) and fSDA(0));
|
|
|
dSCL <= sSCL;
|
dSCL <= sSCL;
|
dSDA <= sSDA;
|
dSDA <= sSDA;
|
end if;
|
end if;
|
end if;
|
end if;
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.