diff options
author | Paul Selkirk <pselkirk@isc.org> | 2014-09-11 13:56:42 -0400 |
---|---|---|
committer | Paul Selkirk <pselkirk@isc.org> | 2014-09-11 13:56:42 -0400 |
commit | 595a3e72b4e2c166cc978e59c025560353df0a6b (patch) | |
tree | 325fbbc0988f754786c6a8d49049616196e72c4f /src/rtl/i2c_regs.v | |
parent | a768072bbe3ea9762ee3325ffb5c42c3156e7859 (diff) |
correct size of I2C FSM state values
When adding new I2C states, I neglected to update the size of all the
state parameter values, so e.g. I2C_WAITSTOP = 14'b1 << 15;
This overflows to 0, which manifests as the I2C bus hanging when asked
to access an unsupported device address.
Diffstat (limited to 'src/rtl/i2c_regs.v')
0 files changed, 0 insertions, 0 deletions