Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
17267 Discussions

Stratix IV Device IO standard

Altera_Forum
Honored Contributor II
1,578 Views

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?

0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
854 Views

 

--- 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
0 Kudos
Altera_Forum
Honored Contributor II
854 Views

Thanks. This is what I was looking for. 

 

Regards, 

Suby
0 Kudos
Altera_Forum
Honored Contributor II
854 Views

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?

0 Kudos
Altera_Forum
Honored Contributor II
854 Views

 

--- 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
0 Kudos
Reply