Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 660 Bytes

3-100G-network-interaction.md

File metadata and controls

22 lines (14 loc) · 660 Bytes

Demo 3: 100G Network

This demo shows the ability of using CPU's 100G network card to communicate with FPGAs on HACC@NUS

In hacchead, the subnet 192.168.0.xxx is in the 100G network connection, the CPU node ip is 192.168.0.2

# first, setup xrt environment
source /opt/xilinx/xrt/setup.sh
# then, program one FPGA node with prebuilt app to configure the FPGA network stack:
srun -p u250_2  fpga_network/fpga_network_config  fpga_network/vnx_basic_if1.xclbin

After the configuration, you can ping the FPGA node:

ping -c 5 192.168.0.201 

You can further write your own network services to debug FPGA network applications in HACC@NUS.