Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21616 Discussions

High Level, Low Level, stratix II.

Altera_Forum
Honored Contributor II
1,472 Views

I have a data signal with low voltage peak to peak (only 0.5 volts). I want my stratix II FPGA to understand it as a zero and one.  

 

To do that I tried changing my input from 3.3v to 1.5, but quartus II gave me an error saying this input pin is stuck at 3.3. Does that mean I can never change it to 1.5? 

 

In addition, this pin, or these group on input pins are the only general IO available on my board, which is the transceiver SI development board. I have no other options but to use them. 

 

To solve that problem, I tried to add DC shifting to my input, around 2volts. Yes, this kind of solved the problem but its unstable. Like 2volts will give totally different results than 1.99volts or 2.01 volts. 

 

Any suggestions? 

(I dont wanna amplify or play with the original signal).
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
607 Views

Use comparator. set your ref voltage to 0.5v and connect comparator power to 

3.3v. your output will be 0 or 3.3v if less then 0.5 will be 0 if more then 0.5 will be 

3.3v 

 

Andre
0 Kudos
Altera_Forum
Honored Contributor II
607 Views

you can also try using differential signaling, with one side stuck at 0.5V and the other one being your signal

0 Kudos
Altera_Forum
Honored Contributor II
607 Views

Yes, Stratix II LVDS common mode range is said in the datasheet to start from 200 mV.

0 Kudos
Reply