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

Add Bazel build files for p4c #2430

Merged
merged 15 commits into from
Jul 6, 2020
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
smolkaj authored Jun 18, 2020
commit a95afbe803b98da96bb4f563f0b086697f594529
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ The code contains five 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
* p4c-ebpf: can be used to generate C code which can be compiled to EBPF
https://en.wikipedia.org/wiki/Berkeley_Packet_Filter and then loaded
in the Linux kernel for packet filtering
* p4test: a source-to-source P4 translator which can be used for
testing, learning compiler internals and debugging.
Expand Down Expand Up @@ -336,7 +335,6 @@ Bazel.
We also provide a [`p4_library` Bazel rule](bazel/p4_library.bzl) for invoking
p4c during the build process of other Bazel projects.


See [bazel/example](bazel/example) for an example of how to depend on p4c in
your own Bazel project.

Expand Down