I am a new PhD student working with Open P4 Studio. On the official GitHub, I only found a test example (which I’ve successfully run), but now I need to run my own P4 program and inspect its pipeline stages. After discussing with my senior, he mentioned that I must first “make” the P4 program to analyze the resulting .bfa
files.
As a beginner, I’m unsure how to properly compile and build P4 programs. Could you kindly advise:
- Where can I find relevant documentation for this process?
- If possible, could you share the specific commands/steps to compile
.p4
programs?
I would be immensely grateful for any guidance!
Thank you in advance.