Forum Discussion

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

Quartus II 10.0 SP1 internal error

Anyone see this?

Internal Error: Sub-system: ASMCC, File: /quartus/comp/asmcc/asmcc_bitfield.cpp, Line: 882 Assembler bitfield error: Found conflicting assignments for CFF address; address = 37583

Stack Trace:

0x3272: ASM_BITFIELD::internal_error + 0x242 (comp_asmcc)

0x401a: ASM_BITFIELD::set_bits + 0x5ba (comp_asmcc)

0x12b97: ASM_ASMDBIO::record_settings + 0x47 (comp_asm)

0x181480: asm_flush_settings + 0x40 (comp_asm)

0x181bdd: process_cdb + 0x5ed (comp_asm)

0x182722: assemble_chip + 0x302 (comp_asm)

0x184cea: assemble_dev_device + 0x12da (comp_asm)

0x1872a0: asm_assemble + 0x380 (comp_asm)

0x225a: QASM_FRAMEWORK::execute + 0x6a (quartus_asm)

0xd9f1: qexe_get_tcl_sub_option + 0x981 (comp_qexe)

0x10326: qexe_process_cmdline_arguments + 0x416 (comp_qexe)

0x10424: qexe_standard_main + 0x84 (comp_qexe)

0x3d30: qasm_main + 0x50 (quartus_asm)

0x1c91: msg_main_thread + 0x11 (CCL_MSG)

0x1a08: _thr_final_wrapper + 0x8 (ccl_thr)

0x1c05: msg_thread_wrapper + 0x85 (CCL_MSG)

0x8db6: mem_thread_wrapper + 0x34 (ccl_mem)

0x2e373: msg_exe_main + 0x63 (CCL_MSG)

0x3f8c: _main + 0x1c (quartus_asm)

0x433d: __CxxThrowException@8 + 0x15f (quartus_asm)

0x17076: RegisterWaitForInputIdle + 0x48 (kernel32)

End-trace

8 Replies

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

    you will have to hand edit the altmemddr_0_phy_alt_mem_phy.v:

    $ diff altmemddr_0_phy_alt_mem_phy-original.v altmemddr_0_phy_alt_mem_phy-fixed.v 
    2912c2912,2913
    <             .sreset          (seq_clk_disable || ctrl_clk_disable),
    ---
    >          .sreset     (1'b0),
    >      //        .sreset          (seq_clk_disable || ctrl_clk_disable),
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Tried the change but it didn't work. I created a SR for this.

    Any other ideas?
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    sorry, no other ideas. from what i can tell its related to failing fitter legality checks of the DDR core

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

    I have the problem too with QII 10.0 Sp1, DDR3 Patch 1.122

    The patch http://www.altera.com/support/kdb/solutions/rd09232010_251.html

    don't solve this problem. It seems to be a new one.

    I have these Error:

    Internal Error: Sub-system: ASMCC, File: /quartus/comp/asmcc/asmcc_bitfield.cpp, Line: 882 Assembler bitfield error: Found conflicting assignments for CFF address; address = 27879
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I have the same problem using the HPC II core for DDR2. Version is Quartus 10.0.SP1 with patch 1.122 installed.

    The exact error:

    Internal Error: Sub-system: ASMCC, File: /quartus/comp/asmcc/asmcc_bitfield.cpp, Line: 882
    Assembler bitfield error: Found conflicting assignments for CFF address; address = 38441
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Hi Hylton,

    have a exactly look at your pin assigns and pin names!

    That was my error.

    Now it works!

    Regards,

    Josef