4. Running the p2p Version of the Design - 2023.1 English - XD099

Vitis Tutorials: Hardware Acceleration (XD099)

Document ID
XD099
Release Date
2023-08-02
Version
2023.1 English
  1. Change the Makefile to pick host_p2p.cpp instead of host.cpp

    #HOST_SRC := host.cpp
    HOST_SRC := host_p2p.cpp
    
  2. Delete host.exe and recreate

    rm -rf host.exe
    make app
    
  3. Run as before

    ./host.exe
    
    Execution of the kernel on device1
    Buffer = 16384 Iterations = 1024
    Throughput= 0.78GB/s
    TEST PASSED