litex-boards/litex_boards
Florent Kermarrec 23c6acd013 platforms/ti60_f225_dev_kit: Fix IO voltage conflicts between peripherals/banks.
Was already reported as a warning on 2021.1.165.2.19 but now an error with 2022.1.226.

Note: To get the build working with 2022.1.226 the following change had to be done to
pt/bin/writer/pinout.py, line 2254:
- table.add_rows(table_rows)
+ for table_row in table_rows:
+   table.add_row(table_row)
This would need to be investigated more to know if related to our local setup/machine.
2022-10-14 10:22:54 +02:00
..
platforms platforms/ti60_f225_dev_kit: Fix IO voltage conflicts between peripherals/banks. 2022-10-14 10:22:54 +02:00
prog Add initial LimeSDR Mini V2 support (With SoC + USB3 (FT245PHYSynchronous)). 2022-05-03 19:04:06 +02:00
targets Add qmtech Cyclone IV Starter Kit 2022-10-09 16:34:44 +02:00
__init__.py litex_boards: Remove short imports since not really longer useful and mess up Python imports. 2022-05-03 17:53:57 +02:00