-
Notifications
You must be signed in to change notification settings - Fork 445
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix : Heading of portable_common (#4847)
Signed-off-by: Adarsh <[email protected]>
- Loading branch information
1 parent
44dbcda
commit f65c818
Showing
1 changed file
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |