Skip to content
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

[docs] Sync Directory structure of P4tools #4516

Merged
merged 7 commits into from
Mar 15, 2024
Merged
15 changes: 9 additions & 6 deletions backends/p4tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@

```
p4tools
├─ benchmarks ── General purpose measurements and plot generation scripts.
├─ cmake ── Common CMake modules
├─ common ── C++ source: common code for the various components P4Tools.
├─ modules ── P4Tools extensions.
│ └─ testgen ── C++ source: P4Testgen.
└─ submodules ── External dependencies.
├─ cmake ── Common CMake modules
├─ common ── C++ source: common code for the various components P4Tools.
│ └─ compiler ──
│ └─ control_plane ──
│ └─ core ── core functionality of the submodule.
│ └─ lib ── supporting data structures for P4Tools modules.
└─ modules ── P4Tools extensions.
└─ testgen ── C++ source: P4Testgen.
AdarshRawat1 marked this conversation as resolved.
Show resolved Hide resolved

```

## P4Tools
Expand Down
Loading