Skip to content

Commit

Permalink
Merge P4C Overview with P4C root README
Browse files Browse the repository at this point in the history
Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
  • Loading branch information
AdarshRawat1 committed Aug 3, 2024
1 parent 2dc41ba commit 2d2d664
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ P4C is modular; it provides a standard frontend and midend which can be combined
with a target-specific backend to create a complete P4 compiler. The goal is to
make adding new backends easy.

\include{doc} "../docs/doxygen/01_overview.md"

The code contains seven sample backends:
* p4c-bm2-ss: can be used to target the P4 `simple_switch` written using
the [BMv2 behavioral model](https://github.com/p4lang/behavioral-model),
Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen/doxygen.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,6 @@ WARN_LOGFILE = p4c-doxygen-warn.log

INPUT = ../../docs/README.md \
../../README.md \
../../docs/doxygen/01_overview.md \
../../docs/doxygen \
../../frontends \
../../midend \
Expand Down Expand Up @@ -1036,6 +1035,7 @@ EXCLUDE = ../../frontends/p4/README.md \
../../backends/p4tools/modules/testgen/targets/bmv2/test/README.md \
../../backends/ubpf/docs/EXAMPLES.md \
../../backends/ubpf/tests/README.md \
../../docs/doxygen/01_overview.md \

# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
Expand Down

0 comments on commit 2d2d664

Please sign in to comment.