Forum Discussion
Altera_Forum
Honored Contributor
16 years agoNeek - Uart
im just a newbie in FPGA programming just want to ask how to add a UART (rs232) into the hardware design. I already tried to add it on SOPC builder and generate and recompile it ...
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- connect those pins to the SOPC component in your top level design file --- Quote End --- i put this codes on the verilog top level design: (i declare input and output pins for cyclone III) output HC_UART_TXD; input HC_UART_RXD; is this how you connect SOPC component? because when i try to locate the pin from the pin planner, it shows me this part on the design file, so i assumed that i already connected the SOPC component.