Do not follow this link

~rf/melonide

FPGA (ice40) implementation of an IDE device controller + SD card host.
62b525a0 — Rafael Franco 1 year, 4 months ago
Initial commit

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~rf/melonide
read/write
git@git.sr.ht:~rf/melonide

You can also use your local clone with git send-email.

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.
```
Do not follow this link