We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
thanks to your brilliant work,
when read the ack in adress phase, I wonder if the code should be ack = sda_in;
ack = sda_in;
i2c-bfm/src/rtl/i2c_master_bfm.sv
Line 72 in d6c2222
and i wonder if the sda_in below should be sda_z
sda_in
sda_z
Line 162 in d6c2222
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
thanks to your brilliant work,
when read the ack in adress phase, I wonder if the code should be
ack = sda_in;
i2c-bfm/src/rtl/i2c_master_bfm.sv
Line 72 in d6c2222
and i wonder if the
sda_in
below should besda_z
i2c-bfm/src/rtl/i2c_master_bfm.sv
Line 162 in d6c2222
The text was updated successfully, but these errors were encountered: