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
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 P4Tools CMake modules.
├─ common ── common code for the various P4Tools modules.
│ └─ compiler ── transformation passes for P4 code.
│ └─ control_plane ── code concerning P4Tool's control plane semantics.
│ └─ core ── definitions for core parts of the P4Tools modules.
│ └─ lib ── helper functions and utilities for P4Tools modules.
└─ modules ── P4Tools extensions.
└─ testgen ── P4Testgen: a test-case generator for P4 programs.

```

## P4Tools
Expand Down
Loading