Forum Discussion

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

An Interna Error while using quartus II 9.0

Interna Error: Sub-system:BPM,File:/quartus/db/bpm/bpm_boundary_port_manager_impl.cpp,Line:110

m_netlist

Stack Trace:

0x619F: BPM_BOUNDARY_PORT_MANAGER_IMPL::BPM_BOUNDARY_PORT_MANAGER_IMPL+0x9F(db_bpm)

End-trace

Quartus II Version 9.0 Build 132 02/25/2009 SJ Full Version

I've met this problem for some days, and don't know how to solve it. If you know why, will you give me the resolusion or some advice? Many thanks!

7 Replies

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

    9.0 is quite old! Is it possible to move to a newer version of Quartus?

    Anyways, the most common cause of this IE in 9.0 that I can find is related to parallel synthesis. A workaround is to check your QSF to see if this feature has been enabled and if so to disable it by adding:

    
    set_global_assignment -name PARALLEL_SYNTHESIS off
    
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    I've solved this problem by your help, thank you very much!

    --- Quote End ---

    how to

    set_global_assignment -name PARALLEL_SYNTHESIS off

    do that

    i am trying to complie the example in university program and i am getting

    the following error

    Internal Error: Sub-system: BPM, File: /quartus/db/bpm/bpm_boundary_port_manager_impl.cpp, Line: 110

    m_netlist

    Stack Trace:

    0x619F : BPM_BOUNDARY_PORT_MANAGER_IMPL::BPM_BOUNDARY_PORT_MANAGER_IMPL + 0x9F (db_bpm)

    End-trace

    Quartus II Version 9.0 Build 132 02/25/2009 SJ Full Version

    please help me
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    try deleting the DB directory?

    have you tried a newer version of quartus?
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    ya i tried but its not compiling it is givimg the same error

    actualy i am trying to compile the example in the univesity program

    can u tell how i get the new version ???