File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,11 +101,11 @@ pfexec chown "$UID" /out
101
101
102
102
banner " P4 Codegen"
103
103
# Add gcc-12 so the p4 compiler can find cpp
104
- # The tofino2 has 20 stages, but the current sidecar.p4 will fit into 14 . We
104
+ # The tofino2 has 20 stages, but the current sidecar.p4 will fit into 19 . We
105
105
# add the "--stages 14" here to detect if/when the program grows beyond that
106
106
# limit. It's not necessarily a problem if we grow, but given the limited space
107
107
# on the ASIC, we want to grow deliberatately and thoughtfully.
108
- PATH=/opt/gcc-12/bin:$PATH cargo xtask codegen --stages 14
108
+ PATH=/opt/gcc-12/bin:$PATH cargo xtask codegen --stages 19
109
109
110
110
# Preserve all the diagnostics spit out by the compiler
111
111
mkdir -p /out/p4c-diags
You can’t perform that action at this time.
0 commit comments