Skip to content

Commit cd94d75

Browse files
Merge pull request #1352 from jaehyun1ee/value-set-size-ctk
Specify that value_set's size is compile-time known
2 parents 03a1558 + 33ddcb5 commit cd94d75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

p4-16/spec/P4-16-spec.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -6564,8 +6564,8 @@ include::grammar.adoc[tag=valueSetDeclaration]
65646564
----
65656565

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

65706570
[source,p4]
65716571
----

0 commit comments

Comments
 (0)