EP1K50 Pin Assignment Issues
We are working with an older Altera EP1K50TC144-1 part. We are using Quartus 9.2 to create programs using Altera HDL (This is a legacy design that we needed to make some small updates to). The FPGA is at approximately 92% LE utilization.
The first issue is that we had an encoder input wired to an unused pin (Pin 118) and we found that the unused (meaning not used in design and also not "reserved" in the pin list) means that the FPGA was attempting to ground the pin, which would cause noise problems on our board because when the encoder signal came through, the ground would get bounced.
Question 1: Is it expected that unassigned pins are set output and pulled down, rather than tristated?
Then, when we set Pin 118 to "Reserved, Input Tristate" through the Pin Assignment Editor, we found that pin 33 started to be held at +0.95V (which is odd, since this is not a signal voltage for this board). Reserving or assigning Pin33 as input tristate, or output GND or output VCC has no effect on this behavior.
Question 2: Is there something that could cause the pin reservation on Pin 118 to output a +0.95V signal on another pin (Pin 33)?
Thanks,
-Kyle