diff --git a/backends/p4tools/modules/testgen/targets/pna/constants.h b/backends/p4tools/modules/testgen/targets/pna/constants.h index 9f2cdc5d4a4..aa0adc4c7dd 100644 --- a/backends/p4tools/modules/testgen/targets/pna/constants.h +++ b/backends/p4tools/modules/testgen/targets/pna/constants.h @@ -23,7 +23,7 @@ class PnaConstants { /// PNA-internal parser error label. static const IR::Member PARSER_ERROR; /// Port width in bits. - static constexpr int PORT_BIT_WIDTH = 9; + static constexpr int PORT_BIT_WIDTH = 32; }; /// variabless are variables that can be controlled and set by P4Testgen.