fusesoc / blinky

Example LED blinking project for your FPGA dev board of choice
MIT License
162 stars 70 forks source link

Adding support for XC6SL9 VER1.0 Core / EDA6.1 #19

Closed 9names closed 4 years ago

9names commented 4 years ago

This adds support for (sometimes cheap) Spartan6 dev boards from ebay/aliexpress. https://www.aliexpress.com/item/32422327515.html https://www.ebay.com/itm/274048998458

Main product page for these is http://www.hseda.com/product/xilinx/XC6SLX9COREV1.0/XC6SLX9CORE.htm but there's not much info there.

Pinout and signal levels taken from their example code.

olofk commented 4 years ago

Looks good to me! Thank you for the contribution