mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 14:17:51 -04:00
Revert "[rtl/core/twi] start condition delay sda low"
This reverts commit a9fa01bb88
.
This commit is contained in:
parent
23ca1ae782
commit
4f3d70c69a
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ begin
|
|||
-- ------------------------------------------------------------
|
||||
if (clk_gen.phase(0) = '1') then
|
||||
io_con.sda_out <= '1';
|
||||
elsif (clk_gen.phase(2) = '1') then
|
||||
elsif (clk_gen.phase(1) = '1') then
|
||||
io_con.sda_out <= '0';
|
||||
end if;
|
||||
--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue