Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- I tried compiling my firmware in quartus and there is no problev for the "tx" side of GXB to be configured as standard LVDS (under pin assgiement in Quartus v11). --- Quote End --- The Cyclone IV GX Starter kit uses the following transceiver pins:
# Transceivers (SGMII interface or SMA interface)
set pin(enet_tx) {PIN = C2, IOSTD = "1.5-V PCML"}
set pin(enet_tx(n)) {PIN = C1}
set pin(enet_rx) {PIN = E2, IOSTD = "1.5-V PCML"}
set pin(enet_rx(n)) {PIN = E1}
# PCIe Transceivers
set pin(pcie_tx) {PIN = G2, IOSTD = "1.5-V PCML"}
set pin(pcie_tx(n)) {PIN = G1}
set pin(pcie_rx) {PIN = J2, IOSTD = "1.5-V PCML"}
set pin(pcie_rx(n)) {PIN = J1}
Which pins were your "tx" signal using? --- Quote Start --- Also can i use "rx" side of GXB as General Purpose output? --- Quote End --- I don't think so. I believe it needs to be driven from the ALTGX component. Try using the pins for GPIO in Quartus and let it make the ultimate decision :) Cheers, Dave