Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20688 Discussions

Simple Question from a Novice

Altera_Forum
Honored Contributor II
938 Views

I am fairly new to FPGA programming, and I have a simple and probably easy question, but I am going to ask it anyway: 

When a chip pinout has differential pin pairs, but says that they can be used as user I/Os when not needed for differential signaling, is there going to be an issue using the negative pin as a single-ended signal? Does the FPGA do some sort of automatic inversion on the signal regardless, or is the inverted pin function only applicable when it is configured in the firmware as a differential pin? 

Hope this makes sense... 

Thanks!
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
252 Views

 

--- Quote Start ---  

... or is the inverted pin function only applicable when it is configured in the firmware as a differential pin? 

--- Quote End ---  

 

 

 

That is how it works. You don't need to do anything special when placing a single-ended signal at a pin location that optionally supports the n leg of a differential pair.
0 Kudos
Altera_Forum
Honored Contributor II
252 Views

Great - that makes things much simpler. I was afraid that I'd have to invert every one of the signals using the n pin... 

Thanks for the help!
0 Kudos
Reply