jafingerhut / p4-guide

Guide to p4lang repositories and some other public info about P4
534 stars 156 forks source link

Added instructions to use p4c Docker image. Added .md extension to filename. #57

Closed chrispsommers closed 1 year ago

chrispsommers commented 1 year ago

p4lang/p4c Docker image now contains p4tools (including p4testgen). Added instructions for using this instead of building entire p4c toolchain from scratch.

chrispsommers commented 1 year ago

@jafingerhut These same instructions could eventually be provided for other activities in this repo. It'd be nice to containerize many things. Any ideas on where to begin?

jafingerhut commented 1 year ago

I would start with the demo1 directory, since that is the most completely explained demo P4 program, and the one I point beginners at first.