Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16596 Discussions

How to open with Quartus 9.0 a .bdf file created with Quartus 10.0

Altera_Forum
Honored Contributor II
2,117 Views

It seems that the format of the Block Design Files (.bdf) was changed in Quartus 10.0. 

When opening with Quartus 9 a .bdf file created in Quartus 10.0, a "unsupported version number 1.4" error results. 

 

The file can be opened with Quartus 9 doing the following changes: 

 

. Open the .bdf file with a text editor. 

 

. Look for the header line: 

(header "graphic" (version "1.4")) 

 

. Change the version from 1.4 to 1.3 

 

. Save the file. 

 

But I suspect that with this method some information may be lost. 

Is there better way to convert the files? 

 

 

julio
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
884 Views

BSF files (like any other Quartus format) are not forward compatible, so while your hack solution may work, there is no way to ensure you won't have some issue somewhere else. 

 

DK
0 Kudos
Altera_Forum
Honored Contributor II
884 Views

 

--- Quote Start ---  

..., so while your hack solution may work, there is no way to ensure you won't have some issue somewhere else. 

 

DK 

--- Quote End ---  

 

 

I agree, that's why I ask for a better solution. 

 

julio
0 Kudos
Altera_Forum
Honored Contributor II
884 Views

 

--- Quote Start ---  

it seems that the format of the block design files (.bdf) was changed in quartus 10.0. 

When opening with quartus 9 a .bdf file created in quartus 10.0, a "unsupported version number 1.4" error results. 

 

The file can be opened with quartus 9 doing the following changes: 

 

. Open the .bdf file with a text editor. 

 

. Look for the header line: 

(header "graphic" (version "1.4")) 

 

. Change the version from 1.4 to 1.3 

 

. Save the file. 

 

But i suspect that with this method some information may be lost. 

Is there better way to convert the files? 

 

 

Julio 

--- Quote End ---  

 

 

thankyou!!:d
0 Kudos
Reply