Altera_Forum
Honored Contributor
14 years agoHow to select I/O standard in pin planner
Hi, everyone
I'm trying to understand a sample program in Arria II Gx development Kit. By assigning proper signals and clock to a connected SDI daughter board, the daughter board can feedback 147.5MHz to FPGA. When I use 2.5V(default) as the I/O standard for the clock pin of 147.5MHz, my Verilog program cannot detect the rising edge and a simple counter cannot work. However, when I change the I/O standard to LVDS, the counter works. After solving this problem, I check the pin planner of the sample program and find out that there are lots of I/O standards assigned to the pins of different components. For example: SSTL18-class I for DDR2 and 1.5V PCML for transceiver... Is there any document related to the selection of I/O standard in pin planner? Thanks.