Melonide (pronounced like lemonade) implements the AT/ATAPI interface over IDE
and allows to connect an SD card to devices that have an IDE controller.
The main goal is to have an open source project that allows to use SD cards
with iPods, specifically 5th and 5th gen enhanced ones.
It currently works with an ice40 with 1k gates.
Project structure:
```
- ./fpga/src - contains Verilog code for the IDE device and SD card controller
- ./hardware - KiCad boards, footprints, etc.
- ./documentation - Various documents that helped develop this, some mine, some from the internet.
```