MIDI Rx port now buffered. Means that Start-bit detect select case doesn't get started on receipt of large MIDI packet.

This commit is contained in:
Ross Owen
2014-01-11 16:33:29 +00:00
parent 507afd4f60
commit 3570f551e1
3 changed files with 12 additions and 10 deletions

View File

@@ -117,7 +117,7 @@ on tile[AUDIO_IO_TILE] : buffered out port:32 p_spdif_tx = PORT_SPDIF_OUT;
#ifdef MIDI
on tile[AUDIO_IO_TILE] : port p_midi_tx = PORT_MIDI_OUT;
on tile[AUDIO_IO_TILE] : port p_midi_rx = PORT_MIDI_IN;
on tile[AUDIO_IO_TILE] : buffered port:1 p_midi_rx = PORT_MIDI_IN;
#endif
/* Clock blocks */