forked from Xilinx/Vitis_Accel_Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated README.rst for x3h/ip_tables_rx (#1434)
- Loading branch information
Sonal Agarwal
authored and
GitHub Enterprise
committed
Oct 25, 2022
1 parent
ac7df09
commit 735aa2a
Showing
3 changed files
with
71 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
X3 NTG: IP Tables RX Vitis System Compiler | ||
=========================================== | ||
|
||
Device | ||
------- | ||
xilinx_x3522p_gen4x8_hn10g_1_202220_1 | ||
|
||
Follow the instructions below to run IP Tables Vitis application in | ||
hardware emulation flow. | ||
|
||
Run Instructions | ||
---------------- | ||
|
||
Following instructions are used to run application. | ||
|
||
:: | ||
$ setenv PLATFORM_PATH <path to platform> | ||
$ setenv XCL_EMULATION_MODE hw_emu | ||
$ ./host-hw_emu.exe -n ./src/x3host.py -p test.pcap -f 0 -r ./iptable.rules | ||
|
||
|
||
Arguments | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
Following is the arguments expected by the host executable to run the application | ||
|
||
===== ================ ======================================== | ||
Args Depiction Meaning | ||
----- ---------------- ---------------------------------------- | ||
-f --flow Run test(0) or interactive flow (>= 1) | ||
----- ---------------- ---------------------------------------- | ||
-p --pcap input file to enable pcap flow | ||
----- ---------------- ---------------------------------------- | ||
-r --iptable_rules IPTableV4 rules file | ||
----- ---------------- ---------------------------------------- | ||
-n --ntg python script to send/rcv network data | ||
===== ================ ======================================== |