Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17249 Discussions

IO Pin status when Power up the Device

Altera_Forum
Honored Contributor II
1,586 Views

I am using Altera Cyclone device & programmed via Quarts II 7.2 to generate square pulse on a IO pin. 

When i power up the FPGA , IO pin goes momemnty high (180ms). 

Is there any option in Quarts II 7.2 or any version so that status of IO pins are low when power up.
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
671 Views

The behaviour is due to FPGA hardware (weak pull-up resistors) and not depending on Quartus. If you think about it, you'll realize, that the configuaration can't have an effect on the device behaviour before it's loaded. You can either change the polarity of your logic signal, or place a pull-down resistor of 1k to override the weak pull-up.

0 Kudos
Reply