I have an application for this part where I am taking in TTL logic and transititioning it to FPGA logic levels. TTL is 5V logic and is defined as having the following parameters:
High Output = 2.7V - 5V
Low Output = 0V - 0.5V
High Input = 2V - 5V
Low Input = 0V - 0.8V
This devices can run off of different supply voltages, and depending on the supply voltage it considers different voltage inputs to be high. Looking at the datasheet reveals that when you power the device with 3.3V it has the same lower thresholds as the inputs defined above, but does not list the maximum inputs. When you power it with 5V there is not guarentee that my TTL signals will come across accurately. The absolute maximum table says that it can withstand an input voltage of 6V.
Given this: can I power my device with 3.3V and put 5V logic on the input pins and expect the chip to operate correctly?
I assume this is the case, because why wouldn't this chip be able to handle TTL. But I want my system to work right the first time.
~Austin