cores/bitbang: Add TODO.
This commit is contained in:
parent
8dd2940bd0
commit
55a790308f
2
CHANGES
2
CHANGES
|
@ -13,7 +13,7 @@
|
|||
- openocd/stream: Simplify ECP5 JTAG-UART/JTAGBone use.
|
||||
- tools/litex_cli: Allow passing reg name to --read/--write.
|
||||
- soc/add_spi_sdcard: Allow optional Tristate (useful on ULX3S).
|
||||
- software/bios: Add new mem_cmd memory comparison commmand.
|
||||
- software/bios: Add new mem_cmd memory comparison command.
|
||||
- cpu/rocket: Increase IRQ lines to 8.
|
||||
- cpu/serv: Add MDU support.
|
||||
- cpu/marocchino: Add initial support.
|
||||
|
|
|
@ -85,6 +85,8 @@ class I2CMasterSim(I2CMaster):
|
|||
|
||||
# I2C Master Info Collection ----------------------------------------------------------------------
|
||||
|
||||
# TODO: Find a more generic way to do it that would also apply to other peripherals?
|
||||
|
||||
def collect_i2c_info(soc):
|
||||
i2c_init = []
|
||||
i2c_devs = []
|
||||
|
|
Loading…
Reference in New Issue