You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my experiments with P4-NetFPGA, I see that max. 32 table entries are possible for a given TCAM table and max. 8 table entries are allowed for a given CAM table.
As soon as I add one more entry than the max. limit, compilation fails at the ./tools/scripts/nf_test.py sim --major switch --minor default step.
I want to understand whether it is due to the NetFPGA SUME hardware constraints or due to some other reason?
Thanks.
The text was updated successfully, but these errors were encountered:
Dear all,
In my experiments with P4-NetFPGA, I see that max. 32 table entries are possible for a given TCAM table and max. 8 table entries are allowed for a given CAM table.
As soon as I add one more entry than the max. limit, compilation fails at the
./tools/scripts/nf_test.py sim --major switch --minor default
step.I want to understand whether it is due to the NetFPGA SUME hardware constraints or due to some other reason?
Thanks.
The text was updated successfully, but these errors were encountered: