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
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Currently, a Nerpa programmer has to format various P4 entity names to be compatible with DDlog relations. This includes capitalizing P4 types and camel casing, rather than snake casing, table names.
We should write some utility functions so that p4info2ddlog can accept a fully standard-looking P4 program and correctly generate DDlog relations.
Currently, a Nerpa programmer has to format various P4 entity names to be compatible with DDlog relations. This includes capitalizing P4 types and camel casing, rather than snake casing, table names.
We should write some utility functions so that
p4info2ddlogcan accept a fully standard-looking P4 program and correctly generate DDlog relations.