Skip to content

Commit

Permalink
environment variable setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hksoni authored Jul 29, 2020
1 parent 498dea7 commit 241eb20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extensions/csa/msa-examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Instructions to reproduce results published in the paper titled "Composing Datap

## Prerequisites
Download and install μP4C along with associated version of p4c and BMv2 by following steps described at [here](https://github.com/cornell-netlab/MicroP4/blob/master/README.md).
Make sure the environment variable is setup using `export UP4ROOT=$PWD/microp4`

## How to Compile Examples
### 0. Prerequisites
Expand Down Expand Up @@ -67,6 +68,7 @@ SDE and SDE_INSTALL environmental variables must be pointing to bf-sde 9.0.0 ins
Also, we highly recommended to use native environment of your OS for bf-sde 9.0.0. We have NOT used virtual environment(VM) for the SDE throughout our experiments.

```
cd ${UP4ROOT}/extensions/csa/msa-examples
export SDE=<The path to the SDE>
export SDE_INSTALL=<The path to the installation directory of the SDE
make TARGET=tna
Expand Down

0 comments on commit 241eb20

Please sign in to comment.