aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/i2c.v
diff options
context:
space:
mode:
authorPaul Selkirk <pselkirk@isc.org>2014-09-11 13:56:42 -0400
committerPaul Selkirk <pselkirk@isc.org>2014-09-11 13:56:42 -0400
commit595a3e72b4e2c166cc978e59c025560353df0a6b (patch)
tree325fbbc0988f754786c6a8d49049616196e72c4f /src/rtl/i2c.v
parenta768072bbe3ea9762ee3325ffb5c42c3156e7859 (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.v')
0 files changed, 0 insertions, 0 deletions