FPGA and SDRAM
Hello telga,
I don’t know a lot about the Xilinx FPGAs, but the devices are comparable with the Altera ones. For SDRAM signals Altera isn’t using special pins for data, address, etc. except for the clock! The clock is the most important signal when using synchronous RAMs. That’s why you have seen that the clock is feed back to the FPGA. I think that this design gives out the clock on a standard pin coming from a lock generator (Altera is using a PLL for doing this). The feedback is used for the SDRAM controller to setup and store all data, address, etc.
Did you check the Xilinx website for applications notes? Altera has a lot of them and I think Xilinx will give this information out too.
The easies way for would be to take some example designs and get the desired information from these.
Bye,
cube007
PS: Keep an eye on termination and dumping resistors for the SDRAM signals.