Forum Discussion

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

config support for Quartus?

Does quartus not support verilog config?

I have something like this to indicate to quartus to choose a alt_reset_controller from a different library. I have two of those from two different ip blocks created with megawizard.

config cfg1;

design uphysvddriii_qr_dimmx64x2clkx2rank_800_cl11_t1.uphysvddriii_qr_dimmx64x2clkx2rank_800_cl11_t1_dmaster;

instance dmaster.rst_controller use pcie_de_x8_ast256.altera_reset_controller;

endconfig

But it seems that Quartus is still confused about which controller to use. Any ideas?

Here is the error I get -

Error (12179): Instance "IC_1_Bank_B_Ctrl:IC_1_Bank_B_Ctrl_cmp|g_hp_mp_dram:multiport|g_mp2afi:ram|uphysvddriii_qr_dimmx64x2clkx2rank_800_cl11_t1:afi_phy_cmp|uphysvddriii_qr_dimmx64x2clkx2rank_800_cl11_t1_0002:uphysvddriii_qr_dimmx64x2clkx2rank_800_cl11_t1_inst|uphysvddriii_qr_dimmx64x2clkx2rank_800_cl11_t1_dmaster:dmaster|altera_reset_controller:rst_controller" is ambiguous

Error (12180): Instance could be entity "altera_reset_controller" in file pciecore/submodules/altera_reset_controller.v compiled in library pcie_de_x8_ast256

Error (12180): Instance could be entity "altera_reset_controller" in file src/xgrx/stratixv/xgrx_rcfg/altera_reset_controller.v compiled in library xgrx_rcfg

Thank you.

Best regards,

Sanjay

1 Reply

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

    Hi,

    Have you found a solution? I have the same issue using config/endconfig statement.

    Thanks,

    DT