Forum Discussion

DanielDl's avatar
DanielDl
Icon for New Contributor rankNew Contributor
5 years ago

Local OneAPI FPGA synthesis

Hello, I am trying to run FPGA hardware synthesis locally on my own device but i ran into problem

I get error message while trying to build Simple_Add with hw option :

Error: Internal Compiler Error. BSP specified project name dcp, but dcp.qpf does not exist. 

I am wondering if i should create such file or it is caused by wrong versions of software.
I am using Quartus Pro 19.3 and Intel OneApi release 2021.1-beta07.

Is there any problem with these softwares or the problem is elsewhere?

12 Replies

  • AnilErinch_A_Intel's avatar
    AnilErinch_A_Intel
    Icon for Frequent Contributor rankFrequent Contributor

    Hi ,

    Can you mention which device you are trying to run the OneAPI compilation.

    Is this a custom board and which is the BSP is being used.

    Thanks and Regards

    Anil

    • DanielDl's avatar
      DanielDl
      Icon for New Contributor rankNew Contributor

      1.) I have installed oneAPI base toolkit only as i found no specific standalone download for FPGA addon.
      I guess it should be enough.

      2.)Yes i have added execution of this script to .bashrc such i do not have to do it manually.

      I looked at the produced files and i was able to find .prj folder that contains *.v files and some other, but i do not fully understand build process, so i do not know if thats a good sign.

  • AnilErinch_A_Intel's avatar
    AnilErinch_A_Intel
    Icon for Frequent Contributor rankFrequent Contributor

    Hi ,

    Can you share the make file / commands which you are using for building and details about FPGA device you are targeting the code to be run.

    Thanks and Regards

    Anil


    • DanielDl's avatar
      DanielDl
      Icon for New Contributor rankNew Contributor

      Hello , I am trying to compile project provided by OneApi example projects, specialy said FPGA_tutorial_Compile_Flow.

      I created example project in Eclipse on Virtual Ubuntu machine. But Eclipse Build Target for fpga was not doing anything so i built fpga_emu target. In build folder there was makefile which contained target for fpga and i used command "make fpga" to build for FPGA. and then the error mentioned in first message appears.

      Is it possible that thiscrash could be cused by lack of memory?

      • Penteado__Mauricio's avatar
        Penteado__Mauricio
        Icon for New Contributor rankNew Contributor

        Hi folks,

        I have the exactly same problem on my side:

        Error: Internal Compiler Error.  BSP specified project name dcp, but dcp.qpf does not exist.

        I am trying to run the Intel's Simple_Add example on OneApi 2021.1-beta07.

        My card is a DE10-Standard with Cyclone V. I am using the BSP provided by terasic.

        Please, let me know if anyone can help me.

        Regards,

        Mauricio G Penteado.

  • AnilErinch_A_Intel's avatar
    AnilErinch_A_Intel
    Icon for Frequent Contributor rankFrequent Contributor

    Hi ,

    Can you please share the make file and your source code directory structure , if the problem is still persisting.

    Thanks and Regards

    Anil