From 33ddcb5972dbfe4bcbb36088582d4cc460d6f9e0 Mon Sep 17 00:00:00 2001 From: Jaehyun Lee <99jaehyunlee@gmail.com> Date: Mon, 2 Dec 2024 09:42:40 +0900 Subject: [PATCH] Specify that value_set's size is compile-time known Signed-off-by: Jaehyun Lee <99jaehyunlee@gmail.com> --- p4-16/spec/P4-16-spec.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/p4-16/spec/P4-16-spec.adoc b/p4-16/spec/P4-16-spec.adoc index 37940fb202..f0efd4968f 100644 --- a/p4-16/spec/P4-16-spec.adoc +++ b/p4-16/spec/P4-16-spec.adoc @@ -6565,8 +6565,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] ----