NetFPGA / P4-NetFPGA-public

P4-NetFPGA wiki
103 stars 31 forks source link

Cannot synthesize `switch_calc` example project #8

Closed AnotherKamila closed 5 years ago

AnotherKamila commented 5 years ago

Hello,

I am trying to complete the switch_calc tutorial. The simulation in step 5 passes, so I believe my P4 code is correct. However, step 10 ("Compile the bitstream") fails. I am unsure whether step 9 ("Run the SUME simulation") succeeds or fails -- there is no error and make is happy, but there are some CRITICAL WARNINGs above, so it might be failing silently.

I have not changed any files besides switch_calc.p4 and I believe I did follow the setup and tutorial steps. I am using Vivado 2016.4 and SDNet 2018.2. I tried both with the latest commit from the master branch and the v1.3.1 release.

I am attaching the log from the synthesis: runme.log.

Any help would be much appreciated!

sibanez12 commented 5 years ago

Try using Vivado 2018.2 & SDNet 2018.2 and use the vivado-2018.2 branch of the P4-NetFPGA-live repo, which will be merged into the master branch soon.

AnotherKamila commented 5 years ago

Thank you, that works. Happy merging!