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

Error reading Quartus II Settings File

Altera_Forum
Honored Contributor II
4,652 Views

I'm not sure what happen everything was working fine on my pc I was able to work on project that were created using Quartus v15 on Quartus v13 

However, suddenly I started to have this problem the project was created using Quartus v15 (in school) when I tried to open the file on my PC at home with Quartus v13 I got this error. I didn't have this problem before it just happened the project camera was working fine on my pc last week  

quartus v13 came with my board when i ordered it  

 

125048 error reading quartus ii settings file c:/..../project_camera.qsf, line 245 

when I checked the qsf file in line 245 it said  

set_globe_assignment -name enable_boot_sel_pin off 

 

I tired almost everything to fix this error I tried to remove the line change it from off to on I even reinstalled Quartus but nothing seem to works  

 

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
3,285 Views

If you generate the project in Q15 then there are likely to be settings that earlier versions do not understand. 

Just comment out the line that it doesnt like and see if it still works. (the .qsf file is just a tcl file, so comment it out with# ) 

 

But there may be a reason that setting exists.
0 Kudos
Reply