LDMD 16×16 Propeller Comm Test

Just finished the DMD (Dot Matrix Display) test for RESET_VECTOR. Since the Propeller is to slow to do the matrixing I am going to use a FPGA to do it. The propeller will send the data over a serial connection into a frame buffer on the FPGA. When all the data is on the FPGA the FPGA will update its matrixing buffer.

I have the Propeller to FPGA communication protocol written and tested as well. The Propeller loads the Data off the SD card and sends it serially to the FPGA.

http://www.youtube.com/watch?v=FGHIM8qgff8
http://www.youtube.com/watch?v=hrf3yXOP-KM

Propeller Code
FPGA Code
Block Diagram of the Dot Matrix.