Skip to content

Commit

Permalink
P4_16 v1.1.0 and P4_14 v1.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jnfoster committed Nov 26, 2018
1 parent 93026dc commit 23bc56f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion p4-14/v1.0.5/tex/p4.pt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
\vspace{3mm}
\centerline{\sffamily\Large Version 1.0.5}
\vspace{3mm}
\centerline{\sffamily\large May 31, 2018}
\centerline{\sffamily\large November 26, 2018}
\vspace{8mm}
\centerline{\sffamily\large The P4 Language Consortium}

Expand Down
6 changes: 4 additions & 2 deletions p4-16/spec/P4-16-spec.mdk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Title : P4~16~ Language Specification
Title Note: version 1.1.0-rc
Title Note: version 1.1.0
Title Footer: &date;
Author: The P4 Language Consortium
Heading depth: 5
Expand Down Expand Up @@ -6973,7 +6973,7 @@ The P4 compiler should provide:
|-----|-----|-----|
| 1.0.0 | May 17, 2017 | Initial version. |
|-----|-----|-----|
| 1.1.0 | June 5, 2018 | Added top-level functions, optional and named parameters, `enum` |
| 1.1.0 | November 26, 2018 | Added top-level functions, optional and named parameters, `enum` |
| | | representations, parser value sets, type definitions, saturating |
| | | saturating arithmetic, and structured annotations. |
| | | Removed `globalname` annotation and added a table `size` property. |
Expand Down Expand Up @@ -7007,6 +7007,8 @@ The P4 compiler should provide:
- Added restrictions on kinds of values that may be passed as arguments to calls.
* Bitwise operator precedence (Section [#sec-grammar])
- Modified precedence conventions so that bitwise operators `&` `|` and `^` have higher precedence than relation operators `<` `>` `<=` `>=`.
* Computed bitwidths (Section [#sec-base-types])
- Added support for specifying widths using expressions in `bit` and `varbit` types.

# Appendix: P4 reserved keywords { #sec-p4-keywords }

Expand Down

0 comments on commit 23bc56f

Please sign in to comment.