added P4v1.1 sample program with demo

This commit is contained in:
Antonin Bas
2016-02-24 13:42:15 -08:00
parent 4ad76b5411
commit 82aa156039
8 changed files with 361 additions and 0 deletions

8
p4v1_1/env.sh Normal file
View File

@@ -0,0 +1,8 @@
THIS_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
# ---------------- EDIT THIS ------------------
BMV2_PATH=$THIS_DIR/../../bmv2
# e.g. BMV2_PATH=$THIS_DIR/../bmv2
P4C_BM_PATH=$THIS_DIR/../../p4c-bmv2
# e.g P4C_BM_PATH=$THIS_DIR/../p4c-bm
# ---------------- END ------------------