Skip to content

Commit

Permalink
Merge pull request #1352 from jaehyun1ee/value-set-size-ctk
Browse files Browse the repository at this point in the history
Specify that value_set's size is compile-time known
  • Loading branch information
jonathan-dilorenzo authored Jan 24, 2025
2 parents 03a1558 + 33ddcb5 commit cd94d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions p4-16/spec/P4-16-spec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6564,8 +6564,8 @@ include::grammar.adoc[tag=valueSetDeclaration]
----

Parser Value Sets support a `size` argument to provide hints to the compiler to
reserve hardware resources to implement the value set. For example, this parser
value set:
reserve hardware resources to implement the value set. Thus, the `size` argument
must be a compile-time known value. For example, this parser value set:

[source,p4]
----
Expand Down

0 comments on commit cd94d75

Please sign in to comment.