mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-19 11:55:05 -04:00
[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:
parent
3e4899210f
commit
0fef89fb07
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(1) = '1') then
|
||||
elsif (clk_gen.phase(2) = '1') then
|
||||
io_con.sda_out <= '0';
|
||||
end if;
|
||||
--
|
||||
|
|
Loading…
Add table
Reference in a new issue