UART for storing data

Guest
We were using ATLYS FPGA board and want to implement Uart. Here is the link to the VHDL code -

https://drive.google.com/folderview?id=0B_PAq8Rf9NIGQnBUQ0JYcmkyS2c&usp=sharing

In this code 8 bits of data is sent serially through the UART port into the FPGA at a time and this data is at the same time emitted out of the FPGA. The data sending part is done by the C code that can be found here -

https://drive.google.com/file/d/0B_PAq8Rf9NIGaGliQ3VGWmxoVmM/view?usp=sharing

This c code can be used to read the data from a text file, which is serially sent into the FPGA which emits it back and stores it into another text file.
What I want to do is to store this data into a variable. Can anyone kindly help?
 

Welcome to EDABoard.com

Sponsor

Back
Top