Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20693 Discussions

How to confirm pin assignment for a cyclone chip with LVDS, SSTLII, 2.5v LVCMOS I/O?

Altera_Forum
Honored Contributor II
1,070 Views

Hi All, 

 

I'm designing a FPGA project with cycloneIII.  

 

Since we have to use LVDS input together with DDR(SSTLII classI) and 2.5v LVCMOS voltage level I/O. the minimum pin distance between LVDS and 2.5v LVCMOS must be guaranteed. So I create a vacant module with all I/Os instantiated. 

My question is, is that ture that only if the compilaton can successfully pass that means the I/O assignment is ok? 

 

Anyone who have similar experience can give out some advice? 

 

Thanks !
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
356 Views

 

--- Quote Start ---  

 

My question is, is that ture that only if the compilaton can successfully pass that means the I/O assignment is ok? 

 

--- Quote End ---  

 

If compilation includes fitter process then yes, it is true. 

A little tip: you can configure Quartus to check I/O assignments validity before full compilation is initiated. Go to Assignments->Settings->Compilation Process Settings and check "Run I/O assignment analysis before compilation". Or you can run this check directly from Processing->Start menu.
0 Kudos
Altera_Forum
Honored Contributor II
356 Views

Thanks AndrewS6! That's great!

0 Kudos
Reply