You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there,
I'm new to working with FPGAs. I want to transfer Data from the IO's to the PC via Ethernet for that purpose I needed an Ethernet-Core and a college just recommended me that one here. So for my first steps, I build the Example on my Linux (openSUSE Tumbleweed with Vivado-Suite 2024.1). That worked well, because I want to use the Blocks (It's mandatory), I used the Verilog-Files for creation of Modules. For that to work, I made some miner changes, because else I couldn't create the Blocks.
The Changes:
udp_complete: ARP_REQUEST_TIMEOUT was a too big number, so I wrote the keyword time in advance of the Parameter.
eth_axis_rx/tx: The Program said not all Variables have an initial value, for that I copied them to the global path of the file
Then I created the schematic as shown, for that I used a more integrated version of the Echo-Server and looked up the Elaborated Design. That's the Level of deembedding I need. I can run everything till generating bit stream. But the Server don't respond.
Here the Verilogfiles I implemented.
The Message box shown below. The critical Warnings in the top wasn't until now a problem, it worked fin in an earlier attempt.
I hope my Problem is clear, and I didn't waste your time. I looked for a similar Problem but didn't find a solution.
Furthermore, I am at your disposal for further questions
Best Wishes
Clas
The text was updated successfully, but these errors were encountered:
Felolie
changed the title
Deembedded Blockdesign Arty Z7 Echo-Server
Deembedded Blockdesign Arty A7 Echo-Server
Oct 29, 2024
Hey there,
I'm new to working with FPGAs. I want to transfer Data from the IO's to the PC via Ethernet for that purpose I needed an Ethernet-Core and a college just recommended me that one here. So for my first steps, I build the Example on my Linux (openSUSE Tumbleweed with Vivado-Suite 2024.1). That worked well, because I want to use the Blocks (It's mandatory), I used the Verilog-Files for creation of Modules. For that to work, I made some miner changes, because else I couldn't create the Blocks.
The Changes:
udp_complete: ARP_REQUEST_TIMEOUT was a too big number, so I wrote the keyword time in advance of the Parameter.
eth_axis_rx/tx: The Program said not all Variables have an initial value, for that I copied them to the global path of the file
Then I created the schematic as shown, for that I used a more integrated version of the Echo-Server and looked up the Elaborated Design. That's the Level of deembedding I need. I can run everything till generating bit stream. But the Server don't respond.
Here the Verilogfiles I implemented.
The Message box shown below. The critical Warnings in the top wasn't until now a problem, it worked fin in an earlier attempt.
I hope my Problem is clear, and I didn't waste your time. I looked for a similar Problem but didn't find a solution.
Furthermore, I am at your disposal for further questions
Best Wishes
Clas
The text was updated successfully, but these errors were encountered: