Skip to content

PhenixWen/p4fpga

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Build P4FPGA from Source

You will need p4fpga and p4c repository

git clone https://github.com/hanw/p4fpga.git
git clone https://github.com/p4lang/p4c.git

Run bootstrap.sh in p4c

cd p4c
./bootstrap.sh

Create a soft-link to p4fpga source code in p4c

ln -s extensions/c++ <path-to-p4fpga>/c++

Build p4c with p4fpga backend

cd build
make -j8

About

P4-14/16 Bluespec Compiler

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 74.6%
  • Bluespec 9.2%
  • Python 6.7%
  • Shell 6.0%
  • Makefile 1.5%
  • Tcl 0.9%
  • Other 1.1%