opennetworkinglab / stratum-onos-demo

Stratum+ONOS demo @ ONF Connect 2019 & EuroP4 '19
Apache License 2.0
13 stars 7 forks source link

Add scripts to compile max.p4 for BCM #10

Closed ccascone closed 5 years ago

ccascone commented 5 years ago

Ideally, we could use an approach similar to #9 but that would require publishing a Docker image with the p4c FPM backend.

pudelkoM commented 5 years ago

Why not just provide the compiler output?

ccascone commented 5 years ago

Since we will make this repo public to support the stratum open source launch, I think it would be nicer for people to have examples of how to use the fpm backend

On Jul 8, 2019, at 7:07 PM, Maximilian Pudelko notifications@github.com wrote:

Why not just provide the compiler output?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

ccascone commented 5 years ago

@pudelkoM since p4c-fpm is now available on docker hub, can you take care of updating p4src/Makefile to build max.p4 for BCM?

docker run --rm opennetworking/p4c-fpm -help
pudelkoM commented 5 years ago

Will do.