Forum Discussion
Altera_Forum
Honored Contributor
15 years ago5v TTL to/from LVTTL
I need to work with ancient 5v TTL digital components built on 74xx series chips and would like to know, how to covert LVTTL voltage from Stratix II to 5v TTL and back? Any good known way to do th...
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- Thanks! That is what I really need. --- Quote End --- Keep in mind that if you are driving the inputs of the FPGAs with a buffer, that the FPGA pull-ups are no longer any use. It will be the input to the external buffer that determines what logic level is on the FPGA inputs. So, if your buffer is going to be driven by signals that can be removed, eg., are going to a connector, then you need to put pull-ups or downs on the signals at the input to the buffer so that they do not float when the connector is removed, assuming the FPGA is still powered in that situation. You can save yourself some pull-ups by using a buffer with bus-hold, however, if you want a specific logic level, then using pull-ups and downs allows you to do that. Be careful with the pull-ups, you do not want to tie them to the 3.3V rail of the buffer, since you will be driving them with 5V and then your I/O pin might try to power your FPGA board if you power it down while the 5V I/O is high. Ideally you should use pull-downs on the buffer inputs. Cheers, Dave