Post Go back to editing

Eval AD7980 interface with Spartan 3E FPGA using SPI

Hi all, 

I want to interface Spartan 3E FPGA board with AD7980 Eval board over SPI and I want the data read out to be from UART. So far my hardware connections are from Pmod connections and they are all fine. Does anyone have the VHDL code for the above mentioned interface? Or any reference?

Thanks & Regards,

Divya

Parents Reply
  • How do i create these custom libraries for spartan 3?

    library proc_common_v3_00_a;
    use proc_common_v3_00_a.proc_common_pkg.all;
    use proc_common_v3_00_a.ipif_pkg.all;

    library axi_lite_ipif_v1_01_a;
    use axi_lite_ipif_v1_01_a.axi_lite_ipif;

    library ad7980_v1_00_a;
    use ad7980_v1_00_a.user_logic;

Children