Skip to content

Yi-Tseng/p4c-ftt

Repository files navigation

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)