Revert "[rtl/core/twi] start condition delay sda low"

This reverts commit a9fa01bb88.
This commit is contained in:
SirBramble 2025-04-15 22:22:22 +02:00
parent 23ca1ae782
commit 4f3d70c69a

View file

@ -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;
--