PCB
- Layout cleanup and removal of parts that are redundant now
- Fixed plane breakage near center of board
- Added 47pF caps to RMPX/PMPX to reduce chance of glitches
RTL
- Updated .pcf with reassigned pins from the above PCB changes
- Disabled MIDI input by default as it's an optional extra. Can be enabled by setting
ENABLE_MIDI = 1
in top.v.
Flash instructions
To flash the attached bitstream and firmware using dfu-util:
dfu-util -a 0 -D bitstream.bin
dfu-util -R -a 1 -D firmware.bin