~ruther/vhdl-i2c

c06b6830dc21b583bd8e75e2eec2dc6c0ed2091a — Rutherther 1 year, 3 months ago 872331d
fix: activate pad_io in open drain on enable = 1
1 files changed, 1 insertions(+), 1 deletions(-)

M src/utils/open_drain_buffer.vhd
M src/utils/open_drain_buffer.vhd => src/utils/open_drain_buffer.vhd +1 -1
@@ 17,7 17,7 @@ architecture a1 of open_drain_buffer is

begin  -- architecture a1

  pad_io <= '0' when enable_i = '0' else
  pad_io <= '0' when enable_i = '1' else
            'Z';

  state_o <= pad_io;

Do not follow this link