Forum Discussion
Altera_Forum
Honored Contributor
15 years agoUART Pin Assignment
Hy there, another newbie question. I made applied UART function into my system (created in Quartus II). My question is it needed to apply any pin assignment to this UART in Quartus II? (since i ...
Altera_Forum
Honored Contributor
15 years ago1.assign pins.
double click somewhere on block-diagram field. from library,[primitives] -> [pin] ->[input] also [primitives] -> [pin] ->[output] 2. rename pins connect those pins to your SOPC builder. right click those pins and select [properties] you can rename it as RXD / TXD. 3.compile once. [Processing] -> [Start Compilation] 4.assignment. [Assignments] -> [Pin Planer] you can assign ... TXD to U22. RXD to U21. 5.compile again. [Processing] -> [Start Compilation] is that what you wanted?