Yi-Tseng / p4c-ftt

P4 backend compiler for tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

P4 Backend Compiler for FTT (Fixed Three Tables) Target & Architecture

This compiler is designed and developed for tutorial of p4tw.org

How to compile it

To compile it, link this directory in to p4c/extensions and compile the p4c.

$ cd p4c
$ mkdir -p extensions
$ ln -s three-table-arch extensions/three-table-arch
$ ./bootstrap
$ cd build && make -j4
$ make install

Tutorials (Mandarin, Traditional Chinese) (Work in progress)

About

P4 backend compiler for tutorial

License:MIT License


Languages

Language:C++ 47.3%Language:P4 24.1%Language:Python 16.7%Language:CMake 10.8%Language:Makefile 1.0%