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

Distinct subdirectory in docs/README.md #460

Merged
merged 5 commits into from
Apr 12, 2017
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
add comment for directory control-plane & m4
  • Loading branch information
qin-nz authored Apr 11, 2017
commit 896d9184bc3d5c6b0acdc5a3c8c06a67d505be09
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ p4c
│ ├── p4test -- "fake" back-end for testing
│ ├── ebpf -- extended Berkeley Packet Filters back-end
│ └── bmv2 -- behavioral model version 2 (switch simulator) back-end
├── control-plane
├── control-plane -- control plane API
├── docs -- documentation
│ └── doxygen -- documentation generation support
├── extensions
Expand All @@ -23,7 +23,7 @@ p4c
│ └── p4 -- P4_16 front-end
├── ir -- core internal representation
├── lib -- common utilities (libp4toolkit.a)
├── m4
├── m4                       -- gnu m4 macro
├── midend -- code that may be useful for writing mid-ends
├── p4include -- standard P4 files needed by the compiler (e.g., core.p4)
├── test -- test code
Expand Down