Forum Discussion
Altera_Forum
Honored Contributor
8 years agoUART using LOAN on DE10 Nano
hi everyone, i'm Ivan i'm working with a de10 nano and i'm trying to communicate by UART to my computer using LOAN IO for use only this HPS's pheripheral. I've created the system in Qsys and...
Altera_Forum
Honored Contributor
8 years agoHi,
I guess you're facing this issue due to the fact that the tool has recognized the clock and its inverted version clk_n to be a differential pair and has assigned a pseudo-differential output pin constraint on them. To get past this issue, you need to check if these clocks really form a differential pair or not and then assign them to the appropriate voltage and signal standard aka Differential IO or single-ended. If there are pin constraints already set in by default clear them, run the processes again and see if the tool will assign the correct pins/standards. If this fails, then manually assign the correct IO and voltage standard to the pins and run it again.