rtps-fpga/syn/DE10_NANO_SoC_GHRD/output_files/BACKUP
2023-07-30 16:41:56 +02:00
..
dds_loopback.rbf Update and resynthesize all examples in GHRD Project 2023-07-30 16:09:55 +02:00
dds_loopback.sof Update and resynthesize all examples in GHRD Project 2023-07-30 16:09:55 +02:00
loopback.rbf Add UDP loopback in De10-Nano GHRD Project and generate output files 2023-07-29 12:23:06 +02:00
loopback.sof Add UDP loopback in De10-Nano GHRD Project and generate output files 2023-07-29 12:23:06 +02:00
README.txt Add sw Folder with related source code for practical testing 2023-07-30 16:41:56 +02:00
ros_action.rbf Update and resynthesize all examples in GHRD Project 2023-07-30 16:09:55 +02:00
ros_action.sof Update and resynthesize all examples in GHRD Project 2023-07-30 16:09:55 +02:00
ros_rtt.rbf Add ROS RTT in DE10-Nano GHRD Project and generate output files 2023-07-28 23:52:18 +02:00
ros_rtt.sof Add ROS RTT in DE10-Nano GHRD Project and generate output files 2023-07-28 23:52:18 +02:00
ros_service.rbf Update and resynthesize all examples in GHRD Project 2023-07-30 16:09:55 +02:00
ros_service.sof Update and resynthesize all examples in GHRD Project 2023-07-30 16:09:55 +02:00
test_fpga.rbf Update and resynthesize all examples in GHRD Project 2023-07-30 16:09:55 +02:00
test_fpga.sof Update and resynthesize all examples in GHRD Project 2023-07-30 16:09:55 +02:00

NAME            RELATED_ENTITY                                      RELATED_SW
test_fpga       /syn/test_fpga.vhd                                  /sw/standalone/test_fpga.c
dds_loopback    /src/Tests/Level_2/L2_Testbench_Lib4.vhd            /sw/CycloneDDS/src/Loopback
ros_service     /src/ros2/Tests/Level_2/L2_Testbench_ROS_Lib2.vhd   /sw/ros/src/cpp_srvcli
ros_action      /src/ros2/Tests/Level_2/L2_Testbench_ROS_Lib4.vhd   /sw/ros/src/action_tutorials_cpp
ros_rtt         /src/ros2/Tests/Level_2/L2_Testbench_ROS_Lib6.vhd   /sw/ros/src/cpp_loopback
loopback        /syn/loopback.vhd                                   /sw/standalone/udp_server.cpp
                                                                    /sw/standalone/udp_client.cpp

NOTE: /sw/standalone/udp_forwarder.c is to be used in the HPS to forward UDP Packets to/from the FPGA implementation.