Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Added tools to directory structure #4504

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[docs] Improved descriptions for tools list
Improved descriptions "ci-ptf" and "debian-build" in the structure of Compiler source code organization

Co-authored-by: Fabian Ruffy <5960321+fruffy@users.noreply.github.com>
  • Loading branch information
AdarshRawat1 and fruffy authored Mar 7, 2024
commit 285cc2d8d2aa7e0dfd05a4d5edd16a0a363a720f
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ p4c
├── test -- test code
│ └── gtest -- unit test code written using gtest
├── tools -- external programs used in the build/test process
│ ├── ci-ptf -- Scripts to install VM and run tests in CI environment
│ ├── debian-build -- resouces and scripts for creating Ubuntu (or Debian) packages
│ ├── ci-ptf -- scripts to run PSA PTF tests
│ ├── debian-build -- resources and scripts for creating Ubuntu (or Debian) packages
│ ├── driver -- p4c compiler driver: a script that invokes various compilers
│ ├── hooks -- useful git hooks for development
| ├── ir-generator -- code to generate the P4C IR from .def files
Expand Down
Loading