x8xx / p4c-s4

Backend for the P4 compiler targeting S4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

p4c-s4

build

git clone --recursive https://github.com/p4lang/p4c.git
cd ./p4c
mkdir extensions
cd ./extensions
git clone https://github.com/x8xx/p4c-s4.git

cd ../
mkdir build
cd ./build
cmake ..
make

About

Backend for the P4 compiler targeting S4


Languages

Language:C++ 75.2%Language:Rust 12.3%Language:CMake 12.2%Language:P4 0.3%