Robert Jördens 70852006eb cfg: add div to configure clock divider
Keeping the two bits at 0 will ensure backwards compatible default operation.
Other settings force the divider to the respective value.

* 0: en_ad9910: divide-by-4, ~en_ad9910: divide-by-1
* 1: divide-by-1
* 2: divide-by-2
* 3: divide-by-4

c.f. #3
2019-01-15 10:18:04 +00:00
2017-09-03 20:34:40 +02:00
2018-10-09 15:17:08 +00:00
2017-12-12 11:24:35 +00:00
2018-10-17 15:31:45 +02:00
2017-10-27 18:53:27 +02:00
2018-10-17 15:31:45 +02:00
2017-12-12 11:25:20 +01:00
2018-10-17 15:32:24 +02:00

Urukul CPLD code

Urukul overview

Urukul Schematics

NU-Servo

Building

Needs migen and ISE.

make
# and then look at/use flash.sh or make flash

# or use fxload and xc3sprog:
/sbin/fxload -t fx2 -I /opt/Xilinx/14.7/ISE_DS/ISE/bin/lin64/xusb_xp2.hex -D /dev/bus/usb/001/*`cat /sys/bus/usb/devices/1-3/devnum` && sleep 10 && \
xc3sprog -c xpc -m /opt/Xilinx/14.7/ISE_DS/ISE/xbr/data -v build/urukul.jed:w
# look for "Verify: Success"

License

GPLv3+

Description
CPLD/FPGA gateware on Urukul. Forked from https://github.com/quartiq/urukul
Readme 573 KiB
Languages
Python 97.4%
Makefile 1.3%
Shell 0.8%
Batchfile 0.5%