Adding Vivado Support in FlooNoC
I'm adding support for Vivado in FlooNoC, but after compilation, during the elaboration step, a segmentation fault error is being shown. However, a specific error indicating the cause of the segmentation fault is not being displayed, whether there is an issue in the design or with the memories that do not support Vivado. I didn't find any solution for this. Can you please guide me on which files in the design need to be changed to add support for Vivado?
Here, is the error shown below which I get while enabling simulation on Vivado.
Hi, I have never tried to map it onto an FPGA and also don't have too much experience with them to tell you where the problem could be unfortunately.
I merged a fix https://github.com/pulp-platform/FlooNoC/pull/36 for an elaboration error that I experienced during synthesis. I am not sure if that is the same problem you have, but you can maybe give it a try.