Skip to content

Commit

Permalink
fix : Heading of portable_common (#4847)
Browse files Browse the repository at this point in the history
Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
  • Loading branch information
AdarshRawat1 committed Aug 2, 2024
1 parent 44dbcda commit f65c818
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions backends/bmv2/portable_common/README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
# `portable_common`
# portable_common

This directory contains reusable components common to both the `psa_switch` and `pna_nic` backends.

##### midend.h, midend.cpp
### midend.h, midend.cpp

Defines the common mid-end processing of both the `psa_switch` and `pna_nic` backends.

##### options.h, options.cpp
### options.h, options.cpp

Defines the common command-line options of both the `psa_switch` and `pna_nic` backends.

##### portable.h, portable.cpp
### portable.h, portable.cpp

Defines common functionalities that generate representations of P4 programs.

----

The files `portableProgramStructure.h` and `portableProgramStructure.cpp` are in the `backends/common` directory.

#### portableProgramStructure.h, portableProgramStructure.cpp
### portableProgramStructure.h, portableProgramStructure.cpp

Defines and implements the common program structure of both the `psa_switch` and `pna_nic` backends.

0 comments on commit f65c818

Please sign in to comment.