Forum Discussion

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

Library Setup broken?

Hi,

I have NIOS/SOPC_BUILDER design here with libraries in the generated files not matching my library (at least I guess so).

The actual problem is a component called "altera_std_synchronizer" that is used at several places. The generated files only include the "altera" library, however the altera_std_synchronizer is in the altera_mf library.

I can resolve the problem (e.g. just compile altera_std_synchronizer to the altera library) but I guess this problem is an indication, that there is something wrong with my library setup. Or is the library setup broke by default?

Quartus Version is 9.1.

Regards

flintstone

3 Replies

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

    i recall similar problems, i'm not sure there is a problem with your setup

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

    So it could be broke by default? This is annoying. Quartus will synthesize the design warning about missing files but for simulating in Modelsim we will need a workaround.

    Thanks

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

    it might be fixed in newer versions, i'll check 10.0

    do you know which component is calling altera_std_synchronizer?