Forum Discussion
4 Replies
- Altera_Forum
Honored Contributor
--- Quote Start --- We are using Startix IV, in DE4 FPGA board. Currently the STRATIX_DEVICE_IO_STANDARD is set as 2.5V. I want to know whether 3.3V is supported? --- Quote End --- You need to review the schematic for the board. This setting is the default voltage for pins that you do not specify, however, that is not really sufficient since the PCB defines the I/O voltages. I've uploaded my constraints.tcl file (renamed to constraints_tcl.txt since the Altera uploader does not accept the tcl extension). From this constraints file, you should be able to understand what the voltages allowed on each pin are. Cheers, Dave - Altera_Forum
Honored Contributor
Thanks. This is what I was looking for.
Regards, Suby - Altera_Forum
Honored Contributor
On a different note, I need a clarification on the internal pull-up in FPGA. For the internal pull-up, am I correct to say that either we can enable it always or disable it always BUT the enable/disable is not programmable by register control internally in design?
- Altera_Forum
Honored Contributor
--- Quote Start --- On a different note, I need a clarification on the internal pull-up in FPGA. For the internal pull-up, am I correct to say that either we can enable it always or disable it always BUT the enable/disable is not programmable by register control internally in design? --- Quote End --- That is correct; the enabling/disabling of the pull-up is a configuration-time setting. If you need run-time reconfiguration, there was a project called MorphI/O on the Altera site that reconfigured some of the I/O element features during run-time. I don't know if that included the pull-up. I'll leave that for you to review. Cheers, Dave