[rtl/core/twi] delay sda low

Delay SDA LOW drive to allow for repeated start at higher TWI clock speeds
This commit is contained in:
SirBramble 2025-04-17 22:52:13 +02:00
parent 3e4899210f
commit 0fef89fb07

View file

@ -333,7 +333,7 @@ begin
-- ------------------------------------------------------------
if (clk_gen.phase(0) = '1') then
io_con.sda_out <= '1';
elsif (clk_gen.phase(1) = '1') then
elsif (clk_gen.phase(2) = '1') then
io_con.sda_out <= '0';
end if;
--