Intel® Quartus® Prime Pro Edition User Guide: Getting Started

ID 683463
Date 12/04/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

4.2.4.13. Converting Symbolic BDF Files to Acceptable File Formats

Starting from the Intel® Quartus® Prime Pro Edition software version 23.3, the compiler cannot synthesize schematic Block Design File (.bdf). You must convert it to an acceptable format, such as Verilog HDL or VHDL using the Intel Quartus Prime Standard Edition command quartus_map as shown in the following:

  • To convert your .bdf file to Verilog Design File (.v):
    quartus_map <project_name> --convert_bdf_to_verilog=<bdf_file_name>
  • To convert your .bdf file to VHDL Design File (.vhd):
    quartus_map <project_name> --convert_bdf_to_vhdl=<bdf_file_name>