Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

Not Able to Create Symbol FIle in Quartus 11.0 SP1

Hello There,

I am trying to create a Symbol file for my design file (test.bdf) and it generate a message saying "Cant Open read-olny file test.bsf"

for Symbol Creation i am doing following

After Opening the test.bdf file

Compile sucessfully

File Menu-->Create/Update--> Create Symbol Files for Current File

kaushal

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Probably the existing '.bsf' is read-only so you can't write it.

    Firstly control that the '.bdf' is open and selected in the quartus IDE. Then check that no program is using that file and be sure to have the right permissions on the folder where your project is placed and on the '.bsf' itself.

    If that not helps try deleting the existing '.bsf' and then recreate it.

    Hope this helps. Have a nice day.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Hello Kuppe,

    Thanx for reply , actually there is no existing .bsf file and folder have all the permissions read/write etc.