-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simulating the project in HLS #1
Comments
Hi @abitofmaya, I haven't tried that simulation in a long time. I am not sure if it continues working. The path to the pcap files must not contain spaces, which is your case, for that reason it is not being found. This simulation does not require iperf nor physical connection. You may need Wireshark to visualize the pcap files. Mario |
Greetings @mariodruiz,
I see it is trying to establish a connection at 192.168.0.8:5001. I found the IP and port defined somewhere in testbench source. How do I select the IP and port? Is it any valid IP and an available port?
The status boolean variable is checked to see if a connection is open but I found nothing that is writing to that variable. |
Greetings @mariodruiz, I'm currently getting the following as output but couldn't verify how this is being calculated. I see these are packets but it is nowhere similar to the input. Can you please tell what these packet contain? I am using the echo_replay.pcap as input.
|
@abitofmaya, the output should be also stored in a .pcap file. You can open that pcap file with Wireshark and check the content. |
@mariodruiz Hi,
I am trying to simulate the TOE on Vivado HLS and have run into few problems. I see the simulation requires at least 3 arguments; a 0 or 1 and 2 pcap files. I also can find 3 pcap files in the pcap directory. Can I use them as input pcap files? Should the output pcap file be an existing pcap file?
I, as a trial, tried using echo_replay.pcap and iperf3_fpga_as_client.pcap as input and output files respectively and got the following output on the console.
Do I also need to have IPERF installed? And do I need a physical connection to the hardware?
The text was updated successfully, but these errors were encountered: