add links to docs for v1model and others in README's (#391)

* add links to docs for v1model and others in README's

* Improve documentation sections in READMEs
This commit is contained in:
pranagupt
2021-11-29 22:26:31 +05:30
committed by GitHub
parent 27ffd3bfdf
commit 1fc826aa43
13 changed files with 101 additions and 1 deletions

View File

@@ -187,3 +187,10 @@ make stop
Congratulations, your implementation works! Move onto the next assignment
[p4runtime](../p4runtime)!
## Relevant Documentation
The documentation for P4_16 and P4Runtime is available [here](https://p4.org/specs/)
All excercises in this repository use the v1model architecture, the documentation for which is available at:
1. The BMv2 Simple Switch target document accessible [here](https://github.com/p4lang/behavioral-model/blob/master/docs/simple_switch.md) talks mainly about the v1model architecture.
2. The include file `v1model.p4` has extensive comments and can be accessed [here](https://github.com/p4lang/p4c/blob/master/p4include/v1model.p4).