clash-lang / clash-compiler

Haskell to VHDL/Verilog/SystemVerilog compiler
https://clash-lang.org/
Other
1.4k stars 149 forks source link

Move i2c to clash cores #2584

Open lmbollen opened 9 months ago

lmbollen commented 9 months ago

Currently the i2c core in the examples folder can not be used without copying the files or having a local clone of the reposity. This pull request moves the core over to clash-cores and aims to making it properly documented.

TODO:

There are a few things which I'd like added to this PR:

I've created an issue for the changes which I think are needed before moving the I2C core out of its Experimental submodule.