Article ID: 000096791 Content Type: Error Messages Last Reviewed: 10/04/2023

Error(22595): Intel Quartus Prime software does not support entity "entity_path/entity_name" of type "BDF". Convert BDF files to Verilog or VHDL for continued support.

Environment

  • Intel® Quartus® Prime Pro Edition
  • BUILT IN - ARTICLE INTRO SECOND COMPONENT
    Description

    Beginning with the Intel® Quartus® Prime Pro Edition Software version 23.3, the Block Design Format (.BDF) has been deprecated. Any existing BDF design files must be converted to Verilog HDL or VHDL.

    Resolution

    Convert your BDF files to Verilog HDL or VHDL using the Intel® Quartus® Prime Standard Edition command line with one of the following commands:

    • quartus_map <project_name> --convert_bdf_to_verilog=<bdf_file_name>
    • quartus_map <project_name> --convert_bdf_to_vhdl=<bdf_file_name>

    This will generate a Verilog HDL or VHDL file in the same folder where the BDF file is located.
    Some of the generated registers or instances may require renaming to work properly.
    Notes:
    The Intel® Quartus® Prime Standard Edition Software does not support devices newer than Intel® Arria® 10 FPGAs. For projects targeting newer device families, change the device to a supported one or create a dummy project targeting a supported device.
    The Intel® Quartus® Prime Standard Edition Software does not support all the assignments that the Intel® Quartus® Prime Pro Edition Software supports. Comment out any unsupported assignments when converting your BDF to Verilog HDL or VHDL.
     

    Related Products

    This article applies to 1 products

    Intel® Programmable Devices