Altera_Forum
Honored Contributor
15 years agoHow to open with Quartus 9.0 a .bdf file created with Quartus 10.0
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