Jump to content

Mukta

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Mukta

  1. Hi,

     

    Q1. Need some help if there are any available courses paid/unpaid regarding Ethernet communication on Zynq-7000 SoC. 

    Q2: Solution to below problem statement:

     Working on a project, where we want Zynq-7000 FPGA (we are using Cora z7-10 development board) need to be integrated with one of the applications on the laptop. We are using an Ethernet-based protocol for communication.

    Here we have written Logic using VHDL in PL part of Zynq-7000. Using Zynq processing system and AXI interconnect we are integrating PL and PS.

    Now, once the bits stream is generated, SDK is launched. Here we want to understand how we can achieve Ethernet communication (full duplex) using embedded C code to successfully transfer our logic built-in PL part to targetted application and receive information from the application to Zynq FPGA.

     

    Thanks,

    Mukta

  2. PHY used in Cora-Z7 is Realtek (RTL8211E-VL), do we need to write drivers in order to implement Ethernet controller in SDK? Since I'm a beginner, I need to know how to implement Ethernet controller using Realtek PHY in windows OS.

  3. 2 hours ago, zygot said:
    • What Ethernet PHY are you using?
    • Are you connecting the PHY to a PS MAC through the EMIO?
    • What kind of Ethernet speed do you expect to use?
    • Ethernet PHY:  onboard Realtek RTL8211E-VL.
    • No. It is connected to MIO Bank 501
    • Preferably 1Gbps. 100Mbps will works fine.

     

  4. I'm using Cora Z7 FPGA board which has Zynq 7000  SoC. I have written logic in VHDL. I need to send signal data from PL to PC via Ethernet and also receive data from PC to PL of FPGA Board via Ethernet (received data from PC should be used in VHDL code to perform some calculations.) 

    Inputs and outputs of VHDL code are assigned to I/O's of board. How to transfer data from PL to PC and vice versa? 

     

    Thanks,

    Mukta

×
×
  • Create New...