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

What is included 2 #28

Merged
merged 4 commits into from
Jan 17, 2025
Merged
Changes from all commits
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
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Intel® P4 Studio Software Development Environment (SDE) is a set of packages fo

The following things are included in this repository:

+ Driver software
+ Driver software sufficient for running with the simulation model.
+ The Barefoot Runtime Interface (BRI), which consists of:
+ The locally callable BfRt API, with bindings in C and C++.
+ The gRPC-based protocol, called BF Runtime, together with the
Expand Down Expand Up @@ -43,7 +43,9 @@ Some things not included, that one must get from Intel:
retimers, SFPs, QSFPs, etc.
+ ASIC-specific Serdes drivers. These are not necessary for running
the simulation model, but essential for running the code on the real
ASICs.
ASICs. See instructions in the directory `hw`. The necessary code
is available from Intel RDC (Resource & Documentation Center) for
those with authorization to access it.

# Setup

Expand Down