Skip to content
New issue

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

tiliqua/i2c: rewrite audio interface i2c state machine #72

Open
wants to merge 22 commits into
base: main
Choose a base branch
from

Conversation

vk2seb
Copy link
Member

@vk2seb vk2seb commented Nov 24, 2024

  • Split up i2c.Peripheral and i2c.Streamer, so the transaction-based I2C core can be used more easily by RTL directly.
  • Rewrite the old eurorack-pmod state machine in Amaranth based on this new interface.
    • This is used for codec, touch init, jack reading, etc
  • Resource usage is almost the same as it used to be.
  • Crucially, this enables codec muting (pop-free bitstream switching), but is disabled for now.
  • Persistent PDN clocking is now enabled on mobo R3+ (required for muting)

TODO:

  • Verify touch sense IC CRC after boot to ensure it was correctly flashed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant