NetFPGA / P4-NetFPGA-public

P4-NetFPGA wiki
103 stars 31 forks source link

Does compilation always take nearly 2 hours? #14

Open nniranjhana opened 5 years ago

nniranjhana commented 5 years ago

Hi, we were following the switch tutorial for compiling P4 to NetFPGA. And we noticed that it takes around a couple of hours to generate the bit file. Is there a way to reduce this time? Since we'd have to recompile for any small change in the P4 program.

mariodruiz commented 5 years ago

Hi, You can try to reduce the time using incremental design. Check this AR https://www.xilinx.com/support/answers/57853.html out. You need the dcp from the original project. I'm not sure how much time you can reduce.

nniranjhana commented 5 years ago

Hey @mariodruiz Thanks for this, I'll check this out, wasn't aware of it earlier.