--- Quote Start ---
Hi,
Yes, I have tried displaying on LEDs n Seven Segment Display already, as a part of the beginner projects. The design I want to implement finally is a DCT (Discrete Cosine Transform) of an image. The output of the DCT is in form of a bitstream, which I need to capture. So, I want to use UART. I agree that it would be a TX-only UART. Could you pls giude me through the usage? Do I need to write the code for the UART transmitter? or just connecting with the HPS_UART_TX pin serve my purpose?
--- Quote End ---
For that kind of transfer I would get software involved and have the HPS transfer the file for you. In your first post you implied that you did not want to use a processor, but due to the fact that you don't know how to design a UART, plus the size of the bistream you want to transfer, I think you would be better off using using the HPS. Of course then you have to find a way to get the FFT result to the processor, which complicates the design further. But I assume you're developing on an SoC for a reason (i.e., you needed a processor). If you're going to make use of the processor eventually anyway, now would be a good time to dive in.
If the UART is tied to HPS pins on the DE1-SoC then I'm not sure you can drive the UART from the FPGA fabric anyway, which would rule out a NIOS or you driving the UART directly from logic. You would have to research that and see what your options are. If you can drive the UART from the fabric then it would not be very difficult to spin the FFT result out to the UART using a state machine. Sorry, I don't have time to help you with the UART design. Do a little research and you'll figure it out.